Color Hex Logo

#76deae Color Hex

#76DEAE
(118,222,174)
0 Favorites   0 Comments

Color spaces of #76deae

RGB 118222174
HSL0.420.610.67
HSV152°47°87°
CMYK 0.470.000.22   0.13
XYZ41.232559.150149.2883
Yxy59.15010.27550.3952
Hunter Lab76.9091-38.893515.8395
CIE-Lab81.3740-41.211714.3216

#76deae color RGB value is (118,222,174).

#76deae hex color red value is 118, green value is 222 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #76deae hue: 0.42 , saturation: 0.61 and the lightness value of 76deae is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 11011110 10101110
Octal 166 336 256
Decimal 118 222 174
Hex 76 DE AE

RGB Percentages of Color #76deae

%22.96
%43.19
%33.85

CMYK Percentages of Color #76deae

%47
%0
%22
%13

Triadic Colors of #76deae

#76deae #ae76de #deae76

Analogous Colors of #76deae

#76deae #76dade #76de7a

Monochromatic Colors of #76deae

#76deae

Complementary Color

#76deae #de76a6

#76deae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76deae Color Preview on White Background

Lorem ipsum dolor sit amet.

#76deae Color CSS Codes

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

#76deae Text Font Color

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

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


#76deae Background Color

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

This div background color is #76deae


#76deae Border Color

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

This div border color is #76deae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76deae


Comments

No comments written yet.

Please login to write comment.