Color Hex Logo

#80cadb Color Hex

#80CADB
(128,202,219)
0 Favorites   0 Comments

Color spaces of #80cadb

RGB 128202219
HSL0.530.560.68
HSV191°42°86°
CMYK 0.420.080.00   0.14
XYZ42.808851.944774.7879
Yxy51.94470.25250.3064
Hunter Lab72.0727-20.1040-11.0728
CIE-Lab77.2478-18.6629-15.6910

#80cadb color RGB value is (128,202,219).

#80cadb hex color red value is 128, green value is 202 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #80cadb hue: 0.53 , saturation: 0.56 and the lightness value of 80cadb is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 11001010 11011011
Octal 200 312 333
Decimal 128 202 219
Hex 80 CA DB

RGB Percentages of Color #80cadb

%23.32
%36.79
%39.89

CMYK Percentages of Color #80cadb

%42
%8
%0
%14

Triadic Colors of #80cadb

#80cadb #db80ca #cadb80

Analogous Colors of #80cadb

#80cadb #809ddb #80dbbf

Monochromatic Colors of #80cadb

#80cadb

Complementary Color

#80cadb #db9180

#80cadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80cadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#80cadb Color CSS Codes

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

#80cadb Text Font Color

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

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


#80cadb Background Color

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

This div background color is #80cadb


#80cadb Border Color

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

This div border color is #80cadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80cadb


Comments

No comments written yet.

Please login to write comment.