Color Hex Logo

#85aaee Color Hex

#85AAEE
(133,170,238)
0 Favorites   0 Comments

Color spaces of #85aaee

RGB 133170238
HSL0.610.760.73
HSV219°44°93°
CMYK 0.440.290.00   0.07
XYZ39.480239.909086.5113
Yxy39.90900.23800.2406
Hunter Lab63.17360.9995-36.9716
CIE-Lab69.40474.9407-37.9904

#85aaee color RGB value is (133,170,238).

#85aaee hex color red value is 133, green value is 170 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #85aaee hue: 0.61 , saturation: 0.76 and the lightness value of 85aaee is 0.73.

The process color (four color CMYK) of #85aaee color hex is 0.44, 0.29, 0.00, 0.07. Web safe color of #85aaee is #9999ff. Color #85aaee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 10101010 11101110
Octal 205 252 356
Decimal 133 170 238
Hex 85 AA EE

RGB Percentages of Color #85aaee

%24.58
%31.42
%43.99

CMYK Percentages of Color #85aaee

%44
%29
%0
%7

Triadic Colors of #85aaee

#85aaee #ee85aa #aaee85

Analogous Colors of #85aaee

#85aaee #9585ee #85dfee

Monochromatic Colors of #85aaee

#85aaee

Complementary Color

#85aaee #eec985

#85aaee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85aaee Color Preview on White Background

Lorem ipsum dolor sit amet.

#85aaee Color CSS Codes

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

#85aaee Text Font Color

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

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


#85aaee Background Color

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

This div background color is #85aaee


#85aaee Border Color

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

This div border color is #85aaee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85aaee


Comments

No comments written yet.

Please login to write comment.