Color Hex Logo

#76bfab Color Hex

#76BFAB
(118,191,171)
0 Favorites   0 Comments

Color spaces of #76bfab

RGB 118191171
HSL0.450.360.61
HSV164°38°75°
CMYK 0.380.000.10   0.25
XYZ33.452744.053445.2681
Yxy44.05340.27250.3588
Hunter Lab66.3727-26.18606.0234
CIE-Lab72.2642-27.42772.9091

#76bfab color RGB value is (118,191,171).

#76bfab hex color red value is 118, green value is 191 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #76bfab hue: 0.45 , saturation: 0.36 and the lightness value of 76bfab is 0.61.

The process color (four color CMYK) of #76bfab color hex is 0.38, 0.00, 0.10, 0.25. Web safe color of #76bfab is #66cc99. Color #76bfab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 10111111 10101011
Octal 166 277 253
Decimal 118 191 171
Hex 76 BF AB

RGB Percentages of Color #76bfab

%24.58
%39.79
%35.63

CMYK Percentages of Color #76bfab

%38
%0
%10
%25

Triadic Colors of #76bfab

#76bfab #ab76bf #bfab76

Analogous Colors of #76bfab

#76bfab #76afbf #76bf87

Monochromatic Colors of #76bfab

#76bfab

Complementary Color

#76bfab #bf768a

#76bfab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76bfab Color Preview on White Background

Lorem ipsum dolor sit amet.

#76bfab Color CSS Codes

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

#76bfab Text Font Color

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

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


#76bfab Background Color

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

This div background color is #76bfab


#76bfab Border Color

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

This div border color is #76bfab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76bfab


Comments

No comments written yet.

Please login to write comment.