Color Hex Logo

#76edea Color Hex

#76EDEA
(118,237,234)
0 Favorites   0 Comments

Color spaces of #76edea

RGB 118237234
HSL0.500.770.70
HSV178°50°93°
CMYK 0.500.000.01   0.07
XYZ52.606770.360488.6502
Yxy70.36040.24860.3325
Hunter Lab83.8811-34.8442-3.9442
CIE-Lab87.1733-34.1895-8.8689

#76edea color RGB value is (118,237,234).

#76edea hex color red value is 118, green value is 237 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #76edea hue: 0.50 , saturation: 0.77 and the lightness value of 76edea is 0.70.

The process color (four color CMYK) of #76edea color hex is 0.50, 0.00, 0.01, 0.07. Web safe color of #76edea is #66ffff. Color #76edea contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 11101101 11101010
Octal 166 355 352
Decimal 118 237 234
Hex 76 ED EA

RGB Percentages of Color #76edea

%20.03
%40.24
%39.73

CMYK Percentages of Color #76edea

%50
%0
%1
%7

Triadic Colors of #76edea

#76edea #ea76ed #edea76

Analogous Colors of #76edea

#76edea #76b5ed #76edaf

Monochromatic Colors of #76edea

#76edea

Complementary Color

#76edea #ed7679

#76edea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76edea Color Preview on White Background

Lorem ipsum dolor sit amet.

#76edea Color CSS Codes

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

#76edea Text Font Color

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

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


#76edea Background Color

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

This div background color is #76edea


#76edea Border Color

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

This div border color is #76edea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76edea


Comments

No comments written yet.

Please login to write comment.