Color Hex Logo

#80cde1 Color Hex

#80CDE1
(128,205,225)
0 Favorites   0 Comments

Color spaces of #80cde1

RGB 128205225
HSL0.530.620.69
HSV192°43°88°
CMYK 0.430.090.00   0.12
XYZ44.324053.688179.2609
Yxy53.68810.25000.3029
Hunter Lab73.2722-20.2476-12.8454
CIE-Lab78.2795-18.6406-17.3623

#80cde1 color RGB value is (128,205,225).

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

The process color (four color CMYK) of #80cde1 color hex is 0.43, 0.09, 0.00, 0.12. Web safe color of #80cde1 is #99cccc. Color #80cde1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 11001101 11100001
Octal 200 315 341
Decimal 128 205 225
Hex 80 CD E1

RGB Percentages of Color #80cde1

%22.94
%36.74
%40.32

CMYK Percentages of Color #80cde1

%43
%9
%0
%12

Triadic Colors of #80cde1

#80cde1 #e180cd #cde180

Analogous Colors of #80cde1

#80cde1 #809de1 #80e1c5

Monochromatic Colors of #80cde1

#80cde1

Complementary Color

#80cde1 #e19480

#80cde1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80cde1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#80cde1 Color CSS Codes

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

#80cde1 Text Font Color

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

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


#80cde1 Background Color

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

This div background color is #80cde1


#80cde1 Border Color

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

This div border color is #80cde1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80cde1


Comments

No comments written yet.

Please login to write comment.