Color Hex Logo

#76eace Color Hex

#76EACE
(118,234,206)
0 Favorites   0 Comments

Color spaces of #76eace

RGB 118234206
HSL0.460.730.69
HSV166°50°92°
CMYK 0.500.000.12   0.08
XYZ48.034667.153468.8227
Yxy67.15340.26100.3649
Hunter Lab81.9472-38.77707.5688
CIE-Lab85.5814-39.58283.4995

#76eace color RGB value is (118,234,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 11101010 11001110
Octal 166 352 316
Decimal 118 234 206
Hex 76 EA CE

RGB Percentages of Color #76eace

%21.15
%41.94
%36.92

CMYK Percentages of Color #76eace

%50
%0
%12
%8

Triadic Colors of #76eace

#76eace #ce76ea #eace76

Analogous Colors of #76eace

#76eace #76ccea #76ea94

Monochromatic Colors of #76eace

#76eace

Complementary Color

#76eace #ea7692

#76eace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76eace Color Preview on White Background

Lorem ipsum dolor sit amet.

#76eace Color CSS Codes

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

#76eace Text Font Color

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

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


#76eace Background Color

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

This div background color is #76eace


#76eace Border Color

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

This div border color is #76eace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76eace


Comments

No comments written yet.

Please login to write comment.