Color Hex Logo

#80eeee Color Hex

#80EEEE
(128,238,238)
1 Favorites   0 Comments

Color spaces of #80eeee

RGB 128238238
HSL0.500.760.72
HSV180°46°93°
CMYK 0.460.000.00   0.07
XYZ54.909271.911391.8752
Yxy71.91130.25110.3288
Hunter Lab84.8005-32.8204-4.8760
CIE-Lab87.9259-31.5293-9.8092

#80eeee color RGB value is (128,238,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 11101110 11101110
Octal 200 356 356
Decimal 128 238 238
Hex 80 EE EE

RGB Percentages of Color #80eeee

%21.19
%39.40
%39.40

CMYK Percentages of Color #80eeee

%46
%0
%0
%7

Triadic Colors of #80eeee

#80eeee #ee80ee #eeee80

Analogous Colors of #80eeee

#80eeee #80b7ee #80eeb7

Monochromatic Colors of #80eeee

#80eeee

Complementary Color

#80eeee #ee8080

#80eeee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80eeee Color Preview on White Background

Lorem ipsum dolor sit amet.

#80eeee Color CSS Codes

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

#80eeee Text Font Color

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

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


#80eeee Background Color

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

This div background color is #80eeee


#80eeee Border Color

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

This div border color is #80eeee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80eeee


Comments

No comments written yet.

Please login to write comment.