Color Hex Logo

#80abdb Color Hex

#80ABDB
(128,171,219)
0 Favorites   0 Comments

Color spaces of #80abdb

RGB 128171219
HSL0.590.560.68
HSV212°42°86°
CMYK 0.420.220.00   0.14
XYZ36.251238.829572.6020
Yxy38.82950.24550.2629
Hunter Lab62.3133-5.2047-25.4602
CIE-Lab68.6276-2.1711-28.8172

#80abdb color RGB value is (128,171,219).

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

The process color (four color CMYK) of #80abdb color hex is 0.42, 0.22, 0.00, 0.14. Web safe color of #80abdb is #9999cc. Color #80abdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 10101011 11011011
Octal 200 253 333
Decimal 128 171 219
Hex 80 AB DB

RGB Percentages of Color #80abdb

%24.71
%33.01
%42.28

CMYK Percentages of Color #80abdb

%42
%22
%0
%14

Triadic Colors of #80abdb

#80abdb #db80ab #abdb80

Analogous Colors of #80abdb

#80abdb #8380db #80d9db

Monochromatic Colors of #80abdb

#80abdb

Complementary Color

#80abdb #dbb080

#80abdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80abdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#80abdb Color CSS Codes

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

#80abdb Text Font Color

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

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


#80abdb Background Color

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

This div background color is #80abdb


#80abdb Border Color

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

This div border color is #80abdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80abdb


Comments

No comments written yet.

Please login to write comment.