Color Hex Logo

#76eaaf Color Hex

#76EAAF
(118,234,175)
0 Favorites   0 Comments

Color spaces of #76eaaf

RGB 118234175
HSL0.420.730.69
HSV149°50°92°
CMYK 0.500.000.25   0.08
XYZ44.631965.792350.9043
Yxy65.79230.27670.4078
Hunter Lab81.1125-43.727719.5697
CIE-Lab84.8904-46.239918.7240

#76eaaf color RGB value is (118,234,175).

#76eaaf hex color red value is 118, green value is 234 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #76eaaf hue: 0.42 , saturation: 0.73 and the lightness value of 76eaaf is 0.69.

The process color (four color CMYK) of #76eaaf color hex is 0.50, 0.00, 0.25, 0.08. Web safe color of #76eaaf is #66ff99. Color #76eaaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 11101010 10101111
Octal 166 352 257
Decimal 118 234 175
Hex 76 EA AF

RGB Percentages of Color #76eaaf

%22.39
%44.40
%33.21

CMYK Percentages of Color #76eaaf

%50
%0
%25
%8

Triadic Colors of #76eaaf

#76eaaf #af76ea #eaaf76

Analogous Colors of #76eaaf

#76eaaf #76eae9 #77ea76

Monochromatic Colors of #76eaaf

#76eaaf

Complementary Color

#76eaaf #ea76b1

#76eaaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76eaaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#76eaaf Color CSS Codes

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

#76eaaf Text Font Color

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

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


#76eaaf Background Color

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

This div background color is #76eaaf


#76eaaf Border Color

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

This div border color is #76eaaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76eaaf


Comments

No comments written yet.

Please login to write comment.