Color Hex Logo

#85aaac Color Hex

#85AAAC
(133,170,172)
0 Favorites   0 Comments

Color spaces of #85aaac

RGB 133170172
HSL0.510.190.60
HSV183°23°67°
CMYK 0.230.010.00   0.33
XYZ31.494036.714644.4564
Yxy36.71460.27950.3259
Hunter Lab60.5926-13.2587-1.0859
CIE-Lab67.0624-12.0351-5.1620

#85aaac color RGB value is (133,170,172).

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

The process color (four color CMYK) of #85aaac color hex is 0.23, 0.01, 0.00, 0.33. Web safe color of #85aaac is #999999. Color #85aaac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 10101010 10101100
Octal 205 252 254
Decimal 133 170 172
Hex 85 AA AC

RGB Percentages of Color #85aaac

%28.00
%35.79
%36.21

CMYK Percentages of Color #85aaac

%23
%1
%0
%33

Triadic Colors of #85aaac

#85aaac #ac85aa #aaac85

Analogous Colors of #85aaac

#85aaac #8597ac #85ac9b

Monochromatic Colors of #85aaac

#85aaac

Complementary Color

#85aaac #ac8785

#85aaac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85aaac Color Preview on White Background

Lorem ipsum dolor sit amet.

#85aaac Color CSS Codes

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

#85aaac Text Font Color

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

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


#85aaac Background Color

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

This div background color is #85aaac


#85aaac Border Color

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

This div border color is #85aaac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85aaac


Comments

No comments written yet.

Please login to write comment.