Color Hex Logo

#80ceea Color Hex

#80CEEA
(128,206,234)
0 Favorites   0 Comments

Color spaces of #80ceea

RGB 128206234
HSL0.540.720.71
HSV196°45°92°
CMYK 0.450.120.00   0.08
XYZ45.824754.672385.9795
Yxy54.67230.24570.2932
Hunter Lab73.9407-18.7710-17.1849
CIE-Lab78.8521-16.7813-21.3213

#80ceea color RGB value is (128,206,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 11001110 11101010
Octal 200 316 352
Decimal 128 206 234
Hex 80 CE EA

RGB Percentages of Color #80ceea

%22.54
%36.27
%41.20

CMYK Percentages of Color #80ceea

%45
%12
%0
%8

Triadic Colors of #80ceea

#80ceea #ea80ce #ceea80

Analogous Colors of #80ceea

#80ceea #8099ea #80ead1

Monochromatic Colors of #80ceea

#80ceea

Complementary Color

#80ceea #ea9c80

#80ceea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80ceea Color Preview on White Background

Lorem ipsum dolor sit amet.

#80ceea Color CSS Codes

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

#80ceea Text Font Color

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

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


#80ceea Background Color

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

This div background color is #80ceea


#80ceea Border Color

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

This div border color is #80ceea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80ceea


Comments

No comments written yet.

Please login to write comment.