Color Hex Logo

#85aedf Color Hex

#85AEDF
(133,174,223)
0 Favorites   0 Comments

Color spaces of #85aedf

RGB 133174223
HSL0.590.580.70
HSV213°40°87°
CMYK 0.400.220.00   0.13
XYZ38.128240.586475.6364
Yxy40.58640.24700.2629
Hunter Lab63.7075-4.6578-25.7966
CIE-Lab69.8852-1.4385-29.0500

#85aedf color RGB value is (133,174,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 10101110 11011111
Octal 205 256 337
Decimal 133 174 223
Hex 85 AE DF

RGB Percentages of Color #85aedf

%25.09
%32.83
%42.08

CMYK Percentages of Color #85aedf

%40
%22
%0
%13

Triadic Colors of #85aedf

#85aedf #df85ae #aedf85

Analogous Colors of #85aedf

#85aedf #8985df #85dbdf

Monochromatic Colors of #85aedf

#85aedf

Complementary Color

#85aedf #dfb685

#85aedf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85aedf Color Preview on White Background

Lorem ipsum dolor sit amet.

#85aedf Color CSS Codes

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

#85aedf Text Font Color

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

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


#85aedf Background Color

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

This div background color is #85aedf


#85aedf Border Color

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

This div border color is #85aedf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85aedf


Comments

No comments written yet.

Please login to write comment.