Color Hex Logo

#85aadc Color Hex

#85AADC
(133,170,220)
0 Favorites   0 Comments

Color spaces of #85aadc

RGB 133170220
HSL0.600.550.69
HSV214°40°86°
CMYK 0.400.230.00   0.14
XYZ36.965938.903373.2709
Yxy38.90330.24790.2609
Hunter Lab62.3725-3.3615-25.9890
CIE-Lab68.6812-0.0346-29.2597

#85aadc color RGB value is (133,170,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 10101010 11011100
Octal 205 252 334
Decimal 133 170 220
Hex 85 AA DC

RGB Percentages of Color #85aadc

%25.43
%32.50
%42.07

CMYK Percentages of Color #85aadc

%40
%23
%0
%14

Triadic Colors of #85aadc

#85aadc #dc85aa #aadc85

Analogous Colors of #85aadc

#85aadc #8c85dc #85d6dc

Monochromatic Colors of #85aadc

#85aadc

Complementary Color

#85aadc #dcb785

#85aadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85aadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#85aadc Color CSS Codes

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

#85aadc Text Font Color

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

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


#85aadc Background Color

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

This div background color is #85aadc


#85aadc Border Color

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

This div border color is #85aadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85aadc


Comments

No comments written yet.

Please login to write comment.