Color Hex Logo

#85aecd Color Hex

#85AECD
(133,174,205)
0 Favorites   0 Comments

Color spaces of #85aecd

RGB 133174205
HSL0.570.420.66
HSV206°35°80°
CMYK 0.350.150.00   0.20
XYZ35.828439.666463.5256
Yxy39.66640.25770.2853
Hunter Lab62.9813-8.6732-15.7155
CIE-Lab69.2313-6.1884-20.1687

#85aecd color RGB value is (133,174,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 10101110 11001101
Octal 205 256 315
Decimal 133 174 205
Hex 85 AE CD

RGB Percentages of Color #85aecd

%25.98
%33.98
%40.04

CMYK Percentages of Color #85aecd

%35
%15
%0
%20

Triadic Colors of #85aecd

#85aecd #cd85ae #aecd85

Analogous Colors of #85aecd

#85aecd #858acd #85cdc8

Monochromatic Colors of #85aecd

#85aecd

Complementary Color

#85aecd #cda485

#85aecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85aecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#85aecd Color CSS Codes

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

#85aecd Text Font Color

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

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


#85aecd Background Color

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

This div background color is #85aecd


#85aecd Border Color

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

This div border color is #85aecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85aecd


Comments

No comments written yet.

Please login to write comment.