Color Hex Logo

#85b0db Color Hex

#85B0DB
(133,176,219)
0 Favorites   0 Comments

Color spaces of #85b0db

RGB 133176219
HSL0.580.540.69
HSV210°39°86°
CMYK 0.390.200.00   0.14
XYZ37.984441.151772.9589
Yxy41.15170.24970.2706
Hunter Lab64.1496-6.5680-22.5273
CIE-Lab70.2821-3.6135-26.2504

#85b0db color RGB value is (133,176,219).

#85b0db hex color red value is 133, green value is 176 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #85b0db hue: 0.58 , saturation: 0.54 and the lightness value of 85b0db is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 10110000 11011011
Octal 205 260 333
Decimal 133 176 219
Hex 85 B0 DB

RGB Percentages of Color #85b0db

%25.19
%33.33
%41.48

CMYK Percentages of Color #85b0db

%39
%20
%0
%14

Triadic Colors of #85b0db

#85b0db #db85b0 #b0db85

Analogous Colors of #85b0db

#85b0db #8585db #85dbdb

Monochromatic Colors of #85b0db

#85b0db

Complementary Color

#85b0db #dbb085

#85b0db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85b0db Color Preview on White Background

Lorem ipsum dolor sit amet.

#85b0db Color CSS Codes

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

#85b0db Text Font Color

<p style="color:#85b0db">Text here</p>

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


#85b0db Background Color

<div style="background-color:#85b0db">
Div content here</div>

This div background color is #85b0db


#85b0db Border Color

<div style="border:3px solid #85b0db">
Div here</div>

This div border color is #85b0db


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(133,176,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #85b0db; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #85b0db;
  -webkit-box-shadow: 1px 1px 3px 2px #85b0db;
  box-shadow:         1px 1px 3px 2px #85b0db; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(133,176,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 #85b0db">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85b0db


Comments

No comments written yet.

Please login to write comment.