Color Hex Logo

#80dee4 Color Hex

#80DEE4
(128,222,228)
0 Favorites   0 Comments

Color spaces of #80dee4

RGB 128222228
HSL0.510.650.70
HSV184°44°89°
CMYK 0.440.030.00   0.11
XYZ49.027062.433282.8656
Yxy62.43320.25230.3213
Hunter Lab79.0147-27.5201-6.8693
CIE-Lab83.1433-26.3497-11.6636

#80dee4 color RGB value is (128,222,228).

#80dee4 hex color red value is 128, green value is 222 and the blue value of its RGB is 228. Cylindrical-coordinate representations (also known as HSL) of color #80dee4 hue: 0.51 , saturation: 0.65 and the lightness value of 80dee4 is 0.70.

The process color (four color CMYK) of #80dee4 color hex is 0.44, 0.03, 0.00, 0.11. Web safe color of #80dee4 is #99cccc. Color #80dee4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 11011110 11100100
Octal 200 336 344
Decimal 128 222 228
Hex 80 DE E4

RGB Percentages of Color #80dee4

%22.15
%38.41
%39.45

CMYK Percentages of Color #80dee4

%44
%3
%0
%11

Triadic Colors of #80dee4

#80dee4 #e480de #dee480

Analogous Colors of #80dee4

#80dee4 #80ace4 #80e4b8

Monochromatic Colors of #80dee4

#80dee4

Complementary Color

#80dee4 #e48680

#80dee4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80dee4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#80dee4 Color CSS Codes

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

#80dee4 Text Font Color

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

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


#80dee4 Background Color

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

This div background color is #80dee4


#80dee4 Border Color

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

This div border color is #80dee4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80dee4


Comments

No comments written yet.

Please login to write comment.