Color Hex Logo

#80cdde Color Hex

#80CDDE
(128,205,222)
0 Favorites   0 Comments

Color spaces of #80cdde

RGB 128205222
HSL0.530.590.69
HSV191°42°87°
CMYK 0.420.080.00   0.13
XYZ43.918253.525877.1240
Yxy53.52580.25160.3066
Hunter Lab73.1613-20.8801-11.2884
CIE-Lab78.1844-19.4176-15.8947

#80cdde color RGB value is (128,205,222).

#80cdde hex color red value is 128, green value is 205 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #80cdde hue: 0.53 , saturation: 0.59 and the lightness value of 80cdde is 0.69.

The process color (four color CMYK) of #80cdde color hex is 0.42, 0.08, 0.00, 0.13. Web safe color of #80cdde is #99cccc. Color #80cdde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 11001101 11011110
Octal 200 315 336
Decimal 128 205 222
Hex 80 CD DE

RGB Percentages of Color #80cdde

%23.06
%36.94
%40.00

CMYK Percentages of Color #80cdde

%42
%8
%0
%13

Triadic Colors of #80cdde

#80cdde #de80cd #cdde80

Analogous Colors of #80cdde

#80cdde #809ede #80dec0

Monochromatic Colors of #80cdde

#80cdde

Complementary Color

#80cdde #de9180

#80cdde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80cdde Color Preview on White Background

Lorem ipsum dolor sit amet.

#80cdde Color CSS Codes

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

#80cdde Text Font Color

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

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


#80cdde Background Color

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

This div background color is #80cdde


#80cdde Border Color

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

This div border color is #80cdde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80cdde


Comments

No comments written yet.

Please login to write comment.