Color Hex Logo

#80b9db Color Hex

#80B9DB
(128,185,219)
0 Favorites   0 Comments

Color spaces of #80b9db

RGB 128185219
HSL0.560.560.68
HSV202°42°86°
CMYK 0.420.160.00   0.14
XYZ39.037244.401673.5307
Yxy44.40160.24870.2829
Hunter Lab66.6345-12.0379-18.7819
CIE-Lab72.4961-9.7851-22.8891

#80b9db color RGB value is (128,185,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 10111001 11011011
Octal 200 271 333
Decimal 128 185 219
Hex 80 B9 DB

RGB Percentages of Color #80b9db

%24.06
%34.77
%41.17

CMYK Percentages of Color #80b9db

%42
%16
%0
%14

Triadic Colors of #80b9db

#80b9db #db80b9 #b9db80

Analogous Colors of #80b9db

#80b9db #808cdb #80dbd0

Monochromatic Colors of #80b9db

#80b9db

Complementary Color

#80b9db #dba280

#80b9db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80b9db Color Preview on White Background

Lorem ipsum dolor sit amet.

#80b9db Color CSS Codes

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

#80b9db Text Font Color

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

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


#80b9db Background Color

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

This div background color is #80b9db


#80b9db Border Color

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

This div border color is #80b9db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80b9db


Comments

No comments written yet.

Please login to write comment.