Color Hex Logo

#76caab Color Hex

#76CAAB
(118,202,171)
0 Favorites   0 Comments

Color spaces of #76caab

RGB 118202171
HSL0.440.440.63
HSV158°42°79°
CMYK 0.420.000.15   0.21
XYZ35.942449.032946.0980
Yxy49.03290.27420.3741
Hunter Lab70.0235-30.91889.9845
CIE-Lab75.4718-32.70457.5328

#76caab color RGB value is (118,202,171).

#76caab hex color red value is 118, green value is 202 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #76caab hue: 0.44 , saturation: 0.44 and the lightness value of 76caab is 0.63.

The process color (four color CMYK) of #76caab color hex is 0.42, 0.00, 0.15, 0.21. Web safe color of #76caab is #66cc99. Color #76caab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 11001010 10101011
Octal 166 312 253
Decimal 118 202 171
Hex 76 CA AB

RGB Percentages of Color #76caab

%24.03
%41.14
%34.83

CMYK Percentages of Color #76caab

%42
%0
%15
%21

Triadic Colors of #76caab

#76caab #ab76ca #caab76

Analogous Colors of #76caab

#76caab #76bfca #76ca81

Monochromatic Colors of #76caab

#76caab

Complementary Color

#76caab #ca7695

#76caab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76caab Color Preview on White Background

Lorem ipsum dolor sit amet.

#76caab Color CSS Codes

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

#76caab Text Font Color

<p style="color:#76caab">Text here</p>

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


#76caab Background Color

<div style="background-color:#76caab">
Div content here</div>

This div background color is #76caab


#76caab Border Color

<div style="border:3px solid #76caab">
Div here</div>

This div border color is #76caab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,202,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #76caab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #76caab;
  -webkit-box-shadow: 1px 1px 3px 2px #76caab;
  box-shadow:         1px 1px 3px 2px #76caab; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(118,202,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76caab


Comments

No comments written yet.

Please login to write comment.