Color Hex Logo

#80badd Color Hex

#80BADD
(128,186,221)
0 Favorites   0 Comments

Color spaces of #80badd

RGB 128186221
HSL0.560.580.68
HSV203°42°87°
CMYK 0.420.160.00   0.13
XYZ39.512144.927574.9960
Yxy44.92750.24780.2818
Hunter Lab67.0280-12.0756-19.4186
CIE-Lab72.8441-9.7841-23.4470

#80badd color RGB value is (128,186,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 10111010 11011101
Octal 200 272 335
Decimal 128 186 221
Hex 80 BA DD

RGB Percentages of Color #80badd

%23.93
%34.77
%41.31

CMYK Percentages of Color #80badd

%42
%16
%0
%13

Triadic Colors of #80badd

#80badd #dd80ba #badd80

Analogous Colors of #80badd

#80badd #808cdd #80ddd2

Monochromatic Colors of #80badd

#80badd

Complementary Color

#80badd #dda380

#80badd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80badd Color Preview on White Background

Lorem ipsum dolor sit amet.

#80badd Color CSS Codes

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

#80badd Text Font Color

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

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


#80badd Background Color

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

This div background color is #80badd


#80badd Border Color

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

This div border color is #80badd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80badd


Comments

No comments written yet.

Please login to write comment.