Color Hex Logo

#85aedd Color Hex

#85AEDD
(133,174,221)
0 Favorites   0 Comments

Color spaces of #85aedd

RGB 133174221
HSL0.590.560.69
HSV212°40°87°
CMYK 0.400.210.00   0.13
XYZ37.860140.479174.2244
Yxy40.47910.24820.2653
Hunter Lab63.6232-5.1210-24.6330
CIE-Lab69.8094-1.9783-28.0715

#85aedd color RGB value is (133,174,221).

#85aedd hex color red value is 133, green value is 174 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #85aedd hue: 0.59 , saturation: 0.56 and the lightness value of 85aedd is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 10101110 11011101
Octal 205 256 335
Decimal 133 174 221
Hex 85 AE DD

RGB Percentages of Color #85aedd

%25.19
%32.95
%41.86

CMYK Percentages of Color #85aedd

%40
%21
%0
%13

Triadic Colors of #85aedd

#85aedd #dd85ae #aedd85

Analogous Colors of #85aedd

#85aedd #8885dd #85dadd

Monochromatic Colors of #85aedd

#85aedd

Complementary Color

#85aedd #ddb485

#85aedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85aedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#85aedd Color CSS Codes

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

#85aedd Text Font Color

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

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


#85aedd Background Color

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

This div background color is #85aedd


#85aedd Border Color

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

This div border color is #85aedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85aedd


Comments

No comments written yet.

Please login to write comment.