Color Hex Logo

#85acde Color Hex

#85ACDE
(133,172,222)
0 Favorites   0 Comments

Color spaces of #85acde

RGB 133172222
HSL0.590.570.70
HSV214°40°87°
CMYK 0.400.230.00   0.13
XYZ37.610239.765574.8005
Yxy39.76550.24710.2613
Hunter Lab63.0599-3.8938-26.1868
CIE-Lab69.3022-0.6032-29.4002

#85acde color RGB value is (133,172,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 10101100 11011110
Octal 205 254 336
Decimal 133 172 222
Hex 85 AC DE

RGB Percentages of Color #85acde

%25.24
%32.64
%42.13

CMYK Percentages of Color #85acde

%40
%23
%0
%13

Triadic Colors of #85acde

#85acde #de85ac #acde85

Analogous Colors of #85acde

#85acde #8b85de #85d9de

Monochromatic Colors of #85acde

#85acde

Complementary Color

#85acde #deb785

#85acde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85acde Color Preview on White Background

Lorem ipsum dolor sit amet.

#85acde Color CSS Codes

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

#85acde Text Font Color

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

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


#85acde Background Color

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

This div background color is #85acde


#85acde Border Color

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

This div border color is #85acde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85acde


Comments

No comments written yet.

Please login to write comment.