color codes Logo

#4ac6dd color codes

#4AC6DD
(74,198,221)
0 Favorites   0 Comments

Color spaces of #4ac6dd

RGB 74198221
HSL0.530.680.58
HSV189°67°87°
CMYK 0.670.100.00   0.13
XYZ36.069347.064575.5899
Yxy47.06450.22720.2965
Hunter Lab68.6036-26.2073-17.3054
CIE-Lab74.2310-26.9313-21.5209

#4ac6dd color RGB value is (74,198,221).

#4ac6dd hex color red value is 74, green value is 198 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #4ac6dd hue: 0.53 , saturation: 0.68 and the lightness value of 4ac6dd is 0.58.

The process color (four color CMYK) of #4ac6dd color code is 0.67, 0.10, 0.00, 0.13. Web safe color of #4ac6dd is #33cccc. Color #4ac6dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 11000110 11011101
Octal 112 306 335
Decimal 74 198 221
Hex 4A C6 DD

RGB Percentages of Color #4ac6dd

%15.01
%40.16
%44.83

CMYK Percentages of Color #4ac6dd

%67
%10
%0
%13

Triadic Colors of #4ac6dd

#4ac6dd #dd4ac6 #c6dd4a

Analogous Colors of #4ac6dd

#4ac6dd #4a7ddd #4addab

Monochromatic Colors of #4ac6dd

#4ac6dd

Complementary Color

#4ac6dd #dd614a

#4ac6dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ac6dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ac6dd Color CSS Codes

.mybgcolor {background-color:#4ac6dd; } 
.myforecolor {color:#4ac6dd; }
.mybordercolor {border:3px solid #4ac6dd; }

#4ac6dd Text Font Color

<p style="color:#4ac6dd">Text here</p>

This sample text font color is #4ac6dd
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#4ac6dd Background Color

<div style="background-color:#4ac6dd">
Div content here</div>

This div background color is #4ac6dd


#4ac6dd Border Color

<div style="border:3px solid #4ac6dd">
Div here</div>

This div border color is #4ac6dd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(74,198,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4ac6dd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4ac6dd;
  -webkit-box-shadow: 1px 1px 3px 2px #4ac6dd;
  box-shadow:         1px 1px 3px 2px #4ac6dd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(74,198,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #4ac6dd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #4ac6dd;
  -webkit-box-shadow: 1px 1px 3px 2px #4ac6dd;
  box-shadow:         1px 1px 3px 2px #4ac6dd;">
Div content here</div>

This div box has shadow with color #4ac6dd


Comments

No comments written yet.

Please login to write comment.