Color Hex Logo

#85aade Color Hex

#85AADE
(133,170,222)
0 Favorites   0 Comments

Color spaces of #85aade

RGB 133170222
HSL0.600.570.70
HSV215°40°87°
CMYK 0.400.230.00   0.13
XYZ37.232439.009974.6746
Yxy39.00990.24670.2585
Hunter Lab62.4579-2.8939-27.1665
CIE-Lab68.75840.5073-30.2386

#85aade color RGB value is (133,170,222).

#85aade hex color red value is 133, green value is 170 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #85aade hue: 0.60 , saturation: 0.57 and the lightness value of 85aade is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 10101010 11011110
Octal 205 252 336
Decimal 133 170 222
Hex 85 AA DE

RGB Percentages of Color #85aade

%25.33
%32.38
%42.29

CMYK Percentages of Color #85aade

%40
%23
%0
%13

Triadic Colors of #85aade

#85aade #de85aa #aade85

Analogous Colors of #85aade

#85aade #8d85de #85d7de

Monochromatic Colors of #85aade

#85aade

Complementary Color

#85aade #deb985

#85aade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85aade Color Preview on White Background

Lorem ipsum dolor sit amet.

#85aade Color CSS Codes

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

#85aade Text Font Color

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

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


#85aade Background Color

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

This div background color is #85aade


#85aade Border Color

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

This div border color is #85aade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85aade


Comments

No comments written yet.

Please login to write comment.