Color Hex Logo

#85aaab Color Hex

#85AAAB
(133,170,171)
0 Favorites   0 Comments

Color spaces of #85aaab

RGB 133170171
HSL0.500.180.60
HSV182°22°67°
CMYK 0.220.010.00   0.33
XYZ31.398336.676343.9524
Yxy36.67630.28030.3274
Hunter Lab60.5610-13.4370-0.6373
CIE-Lab67.0335-12.2613-4.6490

#85aaab color RGB value is (133,170,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 10101010 10101011
Octal 205 252 253
Decimal 133 170 171
Hex 85 AA AB

RGB Percentages of Color #85aaab

%28.06
%35.86
%36.08

CMYK Percentages of Color #85aaab

%22
%1
%0
%33

Triadic Colors of #85aaab

#85aaab #ab85aa #aaab85

Analogous Colors of #85aaab

#85aaab #8597ab #85ab99

Monochromatic Colors of #85aaab

#85aaab

Complementary Color

#85aaab #ab8685

#85aaab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85aaab Color Preview on White Background

Lorem ipsum dolor sit amet.

#85aaab Color CSS Codes

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

#85aaab Text Font Color

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

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


#85aaab Background Color

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

This div background color is #85aaab


#85aaab Border Color

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

This div border color is #85aaab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85aaab


Comments

No comments written yet.

Please login to write comment.