Color Hex Logo

#80deea Color Hex

#80DEEA
(128,222,234)
0 Favorites   0 Comments

Color spaces of #80deea

RGB 128222234
HSL0.520.720.71
HSV187°45°92°
CMYK 0.450.050.00   0.08
XYZ49.874662.772387.3295
Yxy62.77230.24940.3139
Hunter Lab79.2290-26.2850-9.8916
CIE-Lab83.3224-24.8243-14.5764

#80deea color RGB value is (128,222,234).

#80deea hex color red value is 128, green value is 222 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #80deea hue: 0.52 , saturation: 0.72 and the lightness value of 80deea is 0.71.

The process color (four color CMYK) of #80deea color hex is 0.45, 0.05, 0.00, 0.08. Web safe color of #80deea is #99ccff. Color #80deea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 11011110 11101010
Octal 200 336 352
Decimal 128 222 234
Hex 80 DE EA

RGB Percentages of Color #80deea

%21.92
%38.01
%40.07

CMYK Percentages of Color #80deea

%45
%5
%0
%8

Triadic Colors of #80deea

#80deea #ea80de #deea80

Analogous Colors of #80deea

#80deea #80a9ea #80eac1

Monochromatic Colors of #80deea

#80deea

Complementary Color

#80deea #ea8c80

#80deea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80deea Color Preview on White Background

Lorem ipsum dolor sit amet.

#80deea Color CSS Codes

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

#80deea Text Font Color

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

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


#80deea Background Color

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

This div background color is #80deea


#80deea Border Color

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

This div border color is #80deea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(128,222,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 #80deea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80deea

#80deea Color Palettes


Comments

No comments written yet.

Please login to write comment.