Color Hex Logo

#85abdd Color Hex

#85ABDD
(133,171,221)
0 Favorites   0 Comments

Color spaces of #85abdd

RGB 133171221
HSL0.590.560.69
HSV214°40°87°
CMYK 0.400.230.00   0.13
XYZ37.286939.332874.0334
Yxy39.33280.24750.2611
Hunter Lab62.7159-3.6279-26.0882
CIE-Lab68.9917-0.3196-29.3303

#85abdd color RGB value is (133,171,221).

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

The process color (four color CMYK) of #85abdd color hex is 0.40, 0.23, 0.00, 0.13. Web safe color of #85abdd is #9999cc. Color #85abdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 10101011 11011101
Octal 205 253 335
Decimal 133 171 221
Hex 85 AB DD

RGB Percentages of Color #85abdd

%25.33
%32.57
%42.10

CMYK Percentages of Color #85abdd

%40
%23
%0
%13

Triadic Colors of #85abdd

#85abdd #dd85ab #abdd85

Analogous Colors of #85abdd

#85abdd #8b85dd #85d7dd

Monochromatic Colors of #85abdd

#85abdd

Complementary Color

#85abdd #ddb785

#85abdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85abdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#85abdd Color CSS Codes

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

#85abdd Text Font Color

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

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


#85abdd Background Color

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

This div background color is #85abdd


#85abdd Border Color

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

This div border color is #85abdd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(133,171,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #85abdd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85abdd


Comments

No comments written yet.

Please login to write comment.