Color Hex Logo

#76bcab Color Hex

#76BCAB
(118,188,171)
0 Favorites   0 Comments

Color spaces of #76bcab

RGB 118188171
HSL0.460.340.60
HSV165°37°74°
CMYK 0.370.000.09   0.26
XYZ32.805142.758345.0522
Yxy42.75830.27200.3545
Hunter Lab65.3898-24.88144.9233
CIE-Lab71.3906-25.95521.6406

#76bcab color RGB value is (118,188,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 10111100 10101011
Octal 166 274 253
Decimal 118 188 171
Hex 76 BC AB

RGB Percentages of Color #76bcab

%24.74
%39.41
%35.85

CMYK Percentages of Color #76bcab

%37
%0
%9
%26

Triadic Colors of #76bcab

#76bcab #ab76bc #bcab76

Analogous Colors of #76bcab

#76bcab #76aabc #76bc88

Monochromatic Colors of #76bcab

#76bcab

Complementary Color

#76bcab #bc7687

#76bcab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76bcab Color Preview on White Background

Lorem ipsum dolor sit amet.

#76bcab Color CSS Codes

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

#76bcab Text Font Color

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

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


#76bcab Background Color

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

This div background color is #76bcab


#76bcab Border Color

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

This div border color is #76bcab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76bcab


Comments

No comments written yet.

Please login to write comment.