Color Hex Logo

#4ac9cb Color Hex

#4AC9CB
(74,201,203)
0 Favorites   0 Comments

Color spaces of #4ac9cb

RGB 74201203
HSL0.500.550.54
HSV181°64°80°
CMYK 0.640.010.00   0.20
XYZ34.490247.540963.8584
Yxy47.54090.23640.3259
Hunter Lab68.9499-31.3729-6.6469
CIE-Lab74.5344-33.6009-11.3166

#4ac9cb color RGB value is (74,201,203).

#4ac9cb hex color red value is 74, green value is 201 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #4ac9cb hue: 0.50 , saturation: 0.55 and the lightness value of 4ac9cb is 0.54.

The process color (four color CMYK) of #4ac9cb color hex is 0.64, 0.01, 0.00, 0.20. Web safe color of #4ac9cb is #33cccc. Color #4ac9cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 11001001 11001011
Octal 112 311 313
Decimal 74 201 203
Hex 4A C9 CB

RGB Percentages of Color #4ac9cb

%15.48
%42.05
%42.47

CMYK Percentages of Color #4ac9cb

%64
%1
%0
%20

Triadic Colors of #4ac9cb

#4ac9cb #cb4ac9 #c9cb4a

Analogous Colors of #4ac9cb

#4ac9cb #4a89cb #4acb8d

Monochromatic Colors of #4ac9cb

#4ac9cb

Complementary Color

#4ac9cb #cb4c4a

#4ac9cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ac9cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ac9cb Color CSS Codes

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

#4ac9cb Text Font Color

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

This sample text font color is #4ac9cb
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.


#4ac9cb Background Color

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

This div background color is #4ac9cb


#4ac9cb Border Color

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

This div border color is #4ac9cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ac9cb


Comments

No comments written yet.

Please login to write comment.