Color Hex Logo

#76bbab Color Hex

#76BBAB
(118,187,171)
0 Favorites   0 Comments

Color spaces of #76bbab

RGB 118187171
HSL0.460.340.60
HSV166°37°73°
CMYK 0.370.000.09   0.27
XYZ32.592242.332544.9813
Yxy42.33250.27180.3530
Hunter Lab65.0634-24.44514.5545
CIE-Lab71.0996-25.46111.2170

#76bbab color RGB value is (118,187,171).

#76bbab hex color red value is 118, green value is 187 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #76bbab hue: 0.46 , saturation: 0.34 and the lightness value of 76bbab is 0.60.

The process color (four color CMYK) of #76bbab color hex is 0.37, 0.00, 0.09, 0.27. Web safe color of #76bbab is #66cc99. Color #76bbab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 10111011 10101011
Octal 166 273 253
Decimal 118 187 171
Hex 76 BB AB

RGB Percentages of Color #76bbab

%24.79
%39.29
%35.92

CMYK Percentages of Color #76bbab

%37
%0
%9
%27

Triadic Colors of #76bbab

#76bbab #ab76bb #bbab76

Analogous Colors of #76bbab

#76bbab #76a9bb #76bb89

Monochromatic Colors of #76bbab

#76bbab

Complementary Color

#76bbab #bb7686

#76bbab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76bbab Color Preview on White Background

Lorem ipsum dolor sit amet.

#76bbab Color CSS Codes

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

#76bbab Text Font Color

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

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


#76bbab Background Color

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

This div background color is #76bbab


#76bbab Border Color

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

This div border color is #76bbab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(118,187,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 #76bbab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76bbab


Comments

No comments written yet.

Please login to write comment.