Color Hex Logo

#85afdb Color Hex

#85AFDB
(133,175,219)
0 Favorites   0 Comments

Color spaces of #85afdb

RGB 133175219
HSL0.590.540.69
HSV211°39°86°
CMYK 0.390.200.00   0.14
XYZ37.789040.761072.8938
Yxy40.76100.24950.2691
Hunter Lab63.8443-6.0748-23.0029
CIE-Lab70.0081-3.0654-26.6707

#85afdb color RGB value is (133,175,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 10101111 11011011
Octal 205 257 333
Decimal 133 175 219
Hex 85 AF DB

RGB Percentages of Color #85afdb

%25.24
%33.21
%41.56

CMYK Percentages of Color #85afdb

%39
%20
%0
%14

Triadic Colors of #85afdb

#85afdb #db85af #afdb85

Analogous Colors of #85afdb

#85afdb #8685db #85dadb

Monochromatic Colors of #85afdb

#85afdb

Complementary Color

#85afdb #dbb185

#85afdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85afdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#85afdb Color CSS Codes

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

#85afdb Text Font Color

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

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


#85afdb Background Color

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

This div background color is #85afdb


#85afdb Border Color

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

This div border color is #85afdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85afdb


Comments

No comments written yet.

Please login to write comment.