Color Hex Logo

#4cb5aa Color Hex

#4CB5AA
(76,181,170)
0 Favorites   0 Comments

Color spaces of #4cb5aa

RGB 76181170
HSL0.480.420.50
HSV174°58°71°
CMYK 0.580.000.06   0.29
XYZ26.760137.486543.8554
Yxy37.48650.24750.3468
Hunter Lab61.2262-29.12900.3898
CIE-Lab67.6404-32.8116-3.4937

#4cb5aa color RGB value is (76,181,170).

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

The process color (four color CMYK) of #4cb5aa color hex is 0.58, 0.00, 0.06, 0.29. Web safe color of #4cb5aa is #33cc99. Color #4cb5aa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 10110101 10101010
Octal 114 265 252
Decimal 76 181 170
Hex 4C B5 AA

RGB Percentages of Color #4cb5aa

%17.80
%42.39
%39.81

CMYK Percentages of Color #4cb5aa

%58
%0
%6
%29

Triadic Colors of #4cb5aa

#4cb5aa #aa4cb5 #b5aa4c

Analogous Colors of #4cb5aa

#4cb5aa #4c8cb5 #4cb576

Monochromatic Colors of #4cb5aa

#4cb5aa

Complementary Color

#4cb5aa #b54c57

#4cb5aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cb5aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cb5aa Color CSS Codes

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

#4cb5aa Text Font Color

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

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


#4cb5aa Background Color

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

This div background color is #4cb5aa


#4cb5aa Border Color

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

This div border color is #4cb5aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cb5aa


Comments

No comments written yet.

Please login to write comment.