Color Hex Logo

#85adcd Color Hex

#85ADCD
(133,173,205)
0 Favorites   0 Comments

Color spaces of #85adcd

RGB 133173205
HSL0.570.420.66
HSV207°35°80°
CMYK 0.350.160.00   0.20
XYZ35.635939.281563.4615
Yxy39.28150.25750.2839
Hunter Lab62.6750-8.1891-16.1616
CIE-Lab68.9547-5.6443-20.5893

#85adcd color RGB value is (133,173,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 10101101 11001101
Octal 205 255 315
Decimal 133 173 205
Hex 85 AD CD

RGB Percentages of Color #85adcd

%26.03
%33.86
%40.12

CMYK Percentages of Color #85adcd

%35
%16
%0
%20

Triadic Colors of #85adcd

#85adcd #cd85ad #adcd85

Analogous Colors of #85adcd

#85adcd #8589cd #85cdc9

Monochromatic Colors of #85adcd

#85adcd

Complementary Color

#85adcd #cda585

#85adcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85adcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#85adcd Color CSS Codes

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

#85adcd Text Font Color

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

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


#85adcd Background Color

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

This div background color is #85adcd


#85adcd Border Color

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

This div border color is #85adcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85adcd


Comments

No comments written yet.

Please login to write comment.