Color Hex Logo

#4caa9a Color Hex

#4CAA9A
(76,170,154)
0 Favorites   0 Comments

Color spaces of #4caa9a

RGB 76170154
HSL0.470.380.48
HSV170°55°67°
CMYK 0.550.000.09   0.33
XYZ23.188032.619035.6458
Yxy32.61900.25360.3567
Hunter Lab57.1130-27.47652.9746
CIE-Lab63.8512-31.7619-0.1668

#4caa9a color RGB value is (76,170,154).

#4caa9a hex color red value is 76, green value is 170 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #4caa9a hue: 0.47 , saturation: 0.38 and the lightness value of 4caa9a is 0.48.

The process color (four color CMYK) of #4caa9a color hex is 0.55, 0.00, 0.09, 0.33. Web safe color of #4caa9a is #339999. Color #4caa9a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 10101010 10011010
Octal 114 252 232
Decimal 76 170 154
Hex 4C AA 9A

RGB Percentages of Color #4caa9a

%19.00
%42.50
%38.50

CMYK Percentages of Color #4caa9a

%55
%0
%9
%33

Triadic Colors of #4caa9a

#4caa9a #9a4caa #aa9a4c

Analogous Colors of #4caa9a

#4caa9a #4c8baa #4caa6b

Monochromatic Colors of #4caa9a

#4caa9a

Complementary Color

#4caa9a #aa4c5c

#4caa9a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4caa9a Color Preview on White Background

Lorem ipsum dolor sit amet.

#4caa9a Color CSS Codes

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

#4caa9a Text Font Color

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

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


#4caa9a Background Color

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

This div background color is #4caa9a


#4caa9a Border Color

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

This div border color is #4caa9a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(76,170,154, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4caa9a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4caa9a;
  -webkit-box-shadow: 1px 1px 3px 2px #4caa9a;
  box-shadow:         1px 1px 3px 2px #4caa9a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(76,170,154, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4caa9a


Comments

No comments written yet.

Please login to write comment.