Color Hex Logo

#85abdc Color Hex

#85ABDC
(133,171,220)
0 Favorites   0 Comments

Color spaces of #85abdc

RGB 133171220
HSL0.590.550.69
HSV214°40°86°
CMYK 0.400.220.00   0.14
XYZ37.154039.279773.3337
Yxy39.27970.24810.2623
Hunter Lab62.6735-3.8606-25.5032
CIE-Lab68.9534-0.5900-28.8404

#85abdc color RGB value is (133,171,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 10101011 11011100
Octal 205 253 334
Decimal 133 171 220
Hex 85 AB DC

RGB Percentages of Color #85abdc

%25.38
%32.63
%41.98

CMYK Percentages of Color #85abdc

%40
%22
%0
%14

Triadic Colors of #85abdc

#85abdc #dc85ab #abdc85

Analogous Colors of #85abdc

#85abdc #8b85dc #85d7dc

Monochromatic Colors of #85abdc

#85abdc

Complementary Color

#85abdc #dcb685

#85abdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85abdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#85abdc Color CSS Codes

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

#85abdc Text Font Color

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

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


#85abdc Background Color

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

This div background color is #85abdc


#85abdc Border Color

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

This div border color is #85abdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85abdc


Comments

No comments written yet.

Please login to write comment.