Color Hex Logo

#80c5de Color Hex

#80C5DE
(128,197,222)
1 Favorites   0 Comments

Color spaces of #80c5de

RGB 128197222
HSL0.540.590.69
HSV196°42°87°
CMYK 0.420.110.00   0.13
XYZ42.053249.795676.5023
Yxy49.79560.24980.2958
Hunter Lab70.5660-17.1150-14.8815
CIE-Lab75.9436-15.3100-19.2777

#80c5de color RGB value is (128,197,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 11000101 11011110
Octal 200 305 336
Decimal 128 197 222
Hex 80 C5 DE

RGB Percentages of Color #80c5de

%23.40
%36.01
%40.59

CMYK Percentages of Color #80c5de

%42
%11
%0
%13

Triadic Colors of #80c5de

#80c5de #de80c5 #c5de80

Analogous Colors of #80c5de

#80c5de #8096de #80dec8

Monochromatic Colors of #80c5de

#80c5de

Complementary Color

#80c5de #de9980

#80c5de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80c5de Color Preview on White Background

Lorem ipsum dolor sit amet.

#80c5de Color CSS Codes

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

#80c5de Text Font Color

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

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


#80c5de Background Color

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

This div background color is #80c5de


#80c5de Border Color

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

This div border color is #80c5de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80c5de


Comments

No comments written yet.

Please login to write comment.