Color Hex Logo

#80cfde Color Hex

#80CFDE
(128,207,222)
0 Favorites   0 Comments

Color spaces of #80cfde

RGB 128207222
HSL0.530.590.69
HSV190°42°87°
CMYK 0.420.070.00   0.13
XYZ44.399754.488877.2845
Yxy54.48880.25200.3093
Hunter Lab73.8165-21.8135-10.4039
CIE-Lab78.7459-20.4302-15.0502

#80cfde color RGB value is (128,207,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 11001111 11011110
Octal 200 317 336
Decimal 128 207 222
Hex 80 CF DE

RGB Percentages of Color #80cfde

%22.98
%37.16
%39.86

CMYK Percentages of Color #80cfde

%42
%7
%0
%13

Triadic Colors of #80cfde

#80cfde #de80cf #cfde80

Analogous Colors of #80cfde

#80cfde #80a0de #80debe

Monochromatic Colors of #80cfde

#80cfde

Complementary Color

#80cfde #de8f80

#80cfde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80cfde Color Preview on White Background

Lorem ipsum dolor sit amet.

#80cfde Color CSS Codes

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

#80cfde Text Font Color

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

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


#80cfde Background Color

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

This div background color is #80cfde


#80cfde Border Color

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

This div border color is #80cfde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80cfde


Comments

No comments written yet.

Please login to write comment.