Color Hex Logo

#80afdb Color Hex

#80AFDB
(128,175,219)
0 Favorites   0 Comments

Color spaces of #80afdb

RGB 128175219
HSL0.580.560.68
HSV209°42°86°
CMYK 0.420.200.00   0.14
XYZ37.018240.363672.8577
Yxy40.36360.24640.2687
Hunter Lab63.5324-7.1756-23.5200
CIE-Lab69.7277-4.3736-27.1253

#80afdb color RGB value is (128,175,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 10101111 11011011
Octal 200 257 333
Decimal 128 175 219
Hex 80 AF DB

RGB Percentages of Color #80afdb

%24.52
%33.52
%41.95

CMYK Percentages of Color #80afdb

%42
%20
%0
%14

Triadic Colors of #80afdb

#80afdb #db80af #afdb80

Analogous Colors of #80afdb

#80afdb #8082db #80dbda

Monochromatic Colors of #80afdb

#80afdb

Complementary Color

#80afdb #dbac80

#80afdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80afdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#80afdb Color CSS Codes

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

#80afdb Text Font Color

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

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


#80afdb Background Color

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

This div background color is #80afdb


#80afdb Border Color

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

This div border color is #80afdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80afdb


Comments

No comments written yet.

Please login to write comment.