Color Hex Logo

#85abcd Color Hex

#85ABCD
(133,171,205)
0 Favorites   0 Comments

Color spaces of #85abcd

RGB 133171205
HSL0.580.420.66
HSV208°35°80°
CMYK 0.350.170.00   0.20
XYZ35.255238.520163.3346
Yxy38.52010.25710.2809
Hunter Lab62.0646-7.2177-17.0581
CIE-Lab68.4022-4.5514-21.4305

#85abcd color RGB value is (133,171,205).

#85abcd hex color red value is 133, green value is 171 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #85abcd hue: 0.58 , saturation: 0.42 and the lightness value of 85abcd is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 10101011 11001101
Octal 205 253 315
Decimal 133 171 205
Hex 85 AB CD

RGB Percentages of Color #85abcd

%26.13
%33.60
%40.28

CMYK Percentages of Color #85abcd

%35
%17
%0
%20

Triadic Colors of #85abcd

#85abcd #cd85ab #abcd85

Analogous Colors of #85abcd

#85abcd #8587cd #85cdcb

Monochromatic Colors of #85abcd

#85abcd

Complementary Color

#85abcd #cda785

#85abcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85abcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#85abcd Color CSS Codes

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

#85abcd Text Font Color

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

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


#85abcd Background Color

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

This div background color is #85abcd


#85abcd Border Color

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

This div border color is #85abcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85abcd


Comments

No comments written yet.

Please login to write comment.