Color Hex Logo

#85aaa9 Color Hex

#85AAA9
(133,170,169)
0 Favorites   0 Comments

Color spaces of #85aaa9

RGB 133170169
HSL0.500.180.59
HSV178°22°67°
CMYK 0.220.000.01   0.33
XYZ31.209036.600642.9558
Yxy36.60060.28180.3304
Hunter Lab60.4984-13.79040.2511
CIE-Lab66.9763-12.7110-3.6218

#85aaa9 color RGB value is (133,170,169).

#85aaa9 hex color red value is 133, green value is 170 and the blue value of its RGB is 169. Cylindrical-coordinate representations (also known as HSL) of color #85aaa9 hue: 0.50 , saturation: 0.18 and the lightness value of 85aaa9 is 0.59.

The process color (four color CMYK) of #85aaa9 color hex is 0.22, 0.00, 0.01, 0.33. Web safe color of #85aaa9 is #999999. Color #85aaa9 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 10101010 10101001
Octal 205 252 251
Decimal 133 170 169
Hex 85 AA A9

RGB Percentages of Color #85aaa9

%28.18
%36.02
%35.81

CMYK Percentages of Color #85aaa9

%22
%0
%1
%33

Triadic Colors of #85aaa9

#85aaa9 #a985aa #aaa985

Analogous Colors of #85aaa9

#85aaa9 #8599aa #85aa97

Monochromatic Colors of #85aaa9

#85aaa9

Complementary Color

#85aaa9 #aa8586

#85aaa9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85aaa9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#85aaa9 Color CSS Codes

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

#85aaa9 Text Font Color

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

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


#85aaa9 Background Color

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

This div background color is #85aaa9


#85aaa9 Border Color

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

This div border color is #85aaa9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85aaa9


Comments

No comments written yet.

Please login to write comment.