Color Hex Logo

#76baaa Color Hex

#76BAAA
(118,186,170)
0 Favorites   0 Comments

Color spaces of #76baaa

RGB 118186170
HSL0.460.330.60
HSV166°37°73°
CMYK 0.370.000.09   0.27
XYZ32.285841.871644.4106
Yxy41.87160.27230.3531
Hunter Lab64.7083-24.17804.6039
CIE-Lab70.7823-25.19371.3027

#76baaa color RGB value is (118,186,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 10111010 10101010
Octal 166 272 252
Decimal 118 186 170
Hex 76 BA AA

RGB Percentages of Color #76baaa

%24.89
%39.24
%35.86

CMYK Percentages of Color #76baaa

%37
%0
%9
%27

Triadic Colors of #76baaa

#76baaa #aa76ba #baaa76

Analogous Colors of #76baaa

#76baaa #76a8ba #76ba88

Monochromatic Colors of #76baaa

#76baaa

Complementary Color

#76baaa #ba7686

#76baaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76baaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#76baaa Color CSS Codes

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

#76baaa Text Font Color

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

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


#76baaa Background Color

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

This div background color is #76baaa


#76baaa Border Color

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

This div border color is #76baaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76baaa


Comments

No comments written yet.

Please login to write comment.