Color Hex Logo

#85aadb Color Hex

#85AADB
(133,170,219)
0 Favorites   0 Comments

Color spaces of #85aadb

RGB 133170219
HSL0.590.540.69
HSV214°39°86°
CMYK 0.390.220.00   0.14
XYZ36.833838.850572.5754
Yxy38.85050.24840.2620
Hunter Lab62.3302-3.5938-25.4044
CIE-Lab68.6428-0.3047-28.7695

#85aadb color RGB value is (133,170,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 10101010 11011011
Octal 205 252 333
Decimal 133 170 219
Hex 85 AA DB

RGB Percentages of Color #85aadb

%25.48
%32.57
%41.95

CMYK Percentages of Color #85aadb

%39
%22
%0
%14

Triadic Colors of #85aadb

#85aadb #db85aa #aadb85

Analogous Colors of #85aadb

#85aadb #8b85db #85d5db

Monochromatic Colors of #85aadb

#85aadb

Complementary Color

#85aadb #dbb685

#85aadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85aadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#85aadb Color CSS Codes

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

#85aadb Text Font Color

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

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


#85aadb Background Color

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

This div background color is #85aadb


#85aadb Border Color

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

This div border color is #85aadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85aadb


Comments

No comments written yet.

Please login to write comment.