Color Hex Logo

#76dbab Color Hex

#76DBAB
(118,219,171)
0 Favorites   0 Comments

Color spaces of #76dbab

RGB 118219171
HSL0.420.580.66
HSV151°46°86°
CMYK 0.460.000.22   0.14
XYZ40.153457.454947.5017
Yxy57.45490.27670.3959
Hunter Lab75.7990-38.090515.9035
CIE-Lab80.4348-40.494414.5806

#76dbab color RGB value is (118,219,171).

#76dbab hex color red value is 118, green value is 219 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #76dbab hue: 0.42 , saturation: 0.58 and the lightness value of 76dbab is 0.66.

The process color (four color CMYK) of #76dbab color hex is 0.46, 0.00, 0.22, 0.14. Web safe color of #76dbab is #66cc99. Color #76dbab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 11011011 10101011
Octal 166 333 253
Decimal 118 219 171
Hex 76 DB AB

RGB Percentages of Color #76dbab

%23.23
%43.11
%33.66

CMYK Percentages of Color #76dbab

%46
%0
%22
%14

Triadic Colors of #76dbab

#76dbab #ab76db #dbab76

Analogous Colors of #76dbab

#76dbab #76d9db #76db79

Monochromatic Colors of #76dbab

#76dbab

Complementary Color

#76dbab #db76a6

#76dbab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76dbab Color Preview on White Background

Lorem ipsum dolor sit amet.

#76dbab Color CSS Codes

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

#76dbab Text Font Color

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

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


#76dbab Background Color

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

This div background color is #76dbab


#76dbab Border Color

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

This div border color is #76dbab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76dbab


Comments

No comments written yet.

Please login to write comment.