Color Hex Logo

#80edec Color Hex

#80EDEC
(128,237,236)
0 Favorites   0 Comments

Color spaces of #80edec

RGB 128237236
HSL0.500.750.72
HSV179°46°93°
CMYK 0.460.000.00   0.07
XYZ54.326671.213790.2392
Yxy71.21370.25180.3300
Hunter Lab84.3882-32.7664-4.3291
CIE-Lab87.5887-31.5542-9.2619

#80edec color RGB value is (128,237,236).

#80edec hex color red value is 128, green value is 237 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #80edec hue: 0.50 , saturation: 0.75 and the lightness value of 80edec is 0.72.

The process color (four color CMYK) of #80edec color hex is 0.46, 0.00, 0.00, 0.07. Web safe color of #80edec is #99ffff. Color #80edec contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 11101101 11101100
Octal 200 355 354
Decimal 128 237 236
Hex 80 ED EC

RGB Percentages of Color #80edec

%21.30
%39.43
%39.27

CMYK Percentages of Color #80edec

%46
%0
%0
%7

Triadic Colors of #80edec

#80edec #ec80ed #edec80

Analogous Colors of #80edec

#80edec #80b8ed #80edb6

Monochromatic Colors of #80edec

#80edec

Complementary Color

#80edec #ed8081

#80edec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80edec Color Preview on White Background

Lorem ipsum dolor sit amet.

#80edec Color CSS Codes

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

#80edec Text Font Color

<p style="color:#80edec">Text here</p>

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


#80edec Background Color

<div style="background-color:#80edec">
Div content here</div>

This div background color is #80edec


#80edec Border Color

<div style="border:3px solid #80edec">
Div here</div>

This div border color is #80edec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,237,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #80edec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #80edec;
  -webkit-box-shadow: 1px 1px 3px 2px #80edec;
  box-shadow:         1px 1px 3px 2px #80edec; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80edec


Comments

No comments written yet.

Please login to write comment.