Color Hex Logo

#76eaae Color Hex

#76EAAE
(118,234,174)
1 Favorites   0 Comments

Color spaces of #76eaae

RGB 118234174
HSL0.410.730.69
HSV149°50°92°
CMYK 0.500.000.26   0.08
XYZ44.534065.753250.3888
Yxy65.75320.27720.4092
Hunter Lab81.0883-43.871819.9187
CIE-Lab84.8704-46.438119.2153

#76eaae color RGB value is (118,234,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 11101010 10101110
Octal 166 352 256
Decimal 118 234 174
Hex 76 EA AE

RGB Percentages of Color #76eaae

%22.43
%44.49
%33.08

CMYK Percentages of Color #76eaae

%50
%0
%26
%8

Triadic Colors of #76eaae

#76eaae #ae76ea #eaae76

Analogous Colors of #76eaae

#76eaae #76eae8 #78ea76

Monochromatic Colors of #76eaae

#76eaae

Complementary Color

#76eaae #ea76b2

#76eaae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76eaae Color Preview on White Background

Lorem ipsum dolor sit amet.

#76eaae Color CSS Codes

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

#76eaae Text Font Color

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

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


#76eaae Background Color

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

This div background color is #76eaae


#76eaae Border Color

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

This div border color is #76eaae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76eaae


Comments

No comments written yet.

Please login to write comment.