Color Hex Logo

#85adcc Color Hex

#85ADCC
(133,173,204)
0 Favorites   0 Comments

Color spaces of #85adcc

RGB 133173204
HSL0.570.410.66
HSV206°35°80°
CMYK 0.350.150.00   0.20
XYZ35.515539.233362.8277
Yxy39.23330.25820.2852
Hunter Lab62.6365-8.4026-15.6254
CIE-Lab68.9199-5.9009-20.0912

#85adcc color RGB value is (133,173,204).

#85adcc hex color red value is 133, green value is 173 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #85adcc hue: 0.57 , saturation: 0.41 and the lightness value of 85adcc is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 10101101 11001100
Octal 205 255 314
Decimal 133 173 204
Hex 85 AD CC

RGB Percentages of Color #85adcc

%26.08
%33.92
%40.00

CMYK Percentages of Color #85adcc

%35
%15
%0
%20

Triadic Colors of #85adcc

#85adcc #cc85ad #adcc85

Analogous Colors of #85adcc

#85adcc #858acc #85ccc8

Monochromatic Colors of #85adcc

#85adcc

Complementary Color

#85adcc #cca485

#85adcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85adcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#85adcc Color CSS Codes

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

#85adcc Text Font Color

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

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


#85adcc Background Color

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

This div background color is #85adcc


#85adcc Border Color

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

This div border color is #85adcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85adcc


Comments

No comments written yet.

Please login to write comment.