Color Hex Logo

#76eadc Color Hex

#76EADC
(118,234,220)
0 Favorites   0 Comments

Color spaces of #76eadc

RGB 118234220
HSL0.480.730.69
HSV173°50°92°
CMYK 0.500.000.06   0.08
XYZ49.812367.864578.1839
Yxy67.86450.25430.3465
Hunter Lab82.3799-36.23201.3959
CIE-Lab85.9386-36.2691-3.3383

#76eadc color RGB value is (118,234,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 11101010 11011100
Octal 166 352 334
Decimal 118 234 220
Hex 76 EA DC

RGB Percentages of Color #76eadc

%20.63
%40.91
%38.46

CMYK Percentages of Color #76eadc

%50
%0
%6
%8

Triadic Colors of #76eadc

#76eadc #dc76ea #eadc76

Analogous Colors of #76eadc

#76eadc #76beea #76eaa2

Monochromatic Colors of #76eadc

#76eadc

Complementary Color

#76eadc #ea7684

#76eadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76eadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#76eadc Color CSS Codes

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

#76eadc Text Font Color

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

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


#76eadc Background Color

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

This div background color is #76eadc


#76eadc Border Color

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

This div border color is #76eadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76eadc


Comments

No comments written yet.

Please login to write comment.