Color Hex Logo

#80cdee Color Hex

#80CDEE
(128,205,238)
0 Favorites   0 Comments

Color spaces of #80cdee

RGB 128205238
HSL0.550.760.72
HSV198°46°93°
CMYK 0.460.140.00   0.07
XYZ46.166054.424988.9608
Yxy54.42490.24360.2871
Hunter Lab73.7732-17.4010-19.8547
CIE-Lab78.7088-15.1927-23.6807

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

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

The process color (four color CMYK) of #80cdee color hex is 0.46, 0.14, 0.00, 0.07. Web safe color of #80cdee is #99ccff. Color #80cdee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 11001101 11101110
Octal 200 315 356
Decimal 128 205 238
Hex 80 CD EE

RGB Percentages of Color #80cdee

%22.42
%35.90
%41.68

CMYK Percentages of Color #80cdee

%46
%14
%0
%7

Triadic Colors of #80cdee

#80cdee #ee80cd #cdee80

Analogous Colors of #80cdee

#80cdee #8096ee #80eed8

Monochromatic Colors of #80cdee

#80cdee

Complementary Color

#80cdee #eea180

#80cdee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80cdee Color Preview on White Background

Lorem ipsum dolor sit amet.

#80cdee Color CSS Codes

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

#80cdee Text Font Color

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

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


#80cdee Background Color

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

This div background color is #80cdee


#80cdee Border Color

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

This div border color is #80cdee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80cdee


Comments

No comments written yet.

Please login to write comment.