Color Hex Logo

#80badc Color Hex

#80BADC
(128,186,220)
0 Favorites   0 Comments

Color spaces of #80badc

RGB 128186220
HSL0.560.570.68
HSV202°42°86°
CMYK 0.420.150.00   0.14
XYZ39.379344.874374.2962
Yxy44.87430.24840.2830
Hunter Lab66.9883-12.2976-18.8663
CIE-Lab72.8090-10.0514-22.9564

#80badc color RGB value is (128,186,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 10111010 11011100
Octal 200 272 334
Decimal 128 186 220
Hex 80 BA DC

RGB Percentages of Color #80badc

%23.97
%34.83
%41.20

CMYK Percentages of Color #80badc

%42
%15
%0
%14

Triadic Colors of #80badc

#80badc #dc80ba #badc80

Analogous Colors of #80badc

#80badc #808cdc #80dcd0

Monochromatic Colors of #80badc

#80badc

Complementary Color

#80badc #dca280

#80badc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80badc Color Preview on White Background

Lorem ipsum dolor sit amet.

#80badc Color CSS Codes

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

#80badc Text Font Color

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

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


#80badc Background Color

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

This div background color is #80badc


#80badc Border Color

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

This div border color is #80badc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80badc


Comments

No comments written yet.

Please login to write comment.