Color Hex Logo

#85aba2 Color Hex

#85ABA2
(133,171,162)
0 Favorites   0 Comments

Color spaces of #85aba2

RGB 133171162
HSL0.460.180.60
HSV166°22°67°
CMYK 0.220.000.05   0.33
XYZ30.757436.721039.6492
Yxy36.72100.28710.3428
Hunter Lab60.5979-15.44573.6250
CIE-Lab67.0672-14.77460.3996

#85aba2 color RGB value is (133,171,162).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 10101011 10100010
Octal 205 253 242
Decimal 133 171 162
Hex 85 AB A2

RGB Percentages of Color #85aba2

%28.54
%36.70
%34.76

CMYK Percentages of Color #85aba2

%22
%0
%5
%33

Triadic Colors of #85aba2

#85aba2 #a285ab #aba285

Analogous Colors of #85aba2

#85aba2 #85a1ab #85ab8f

Monochromatic Colors of #85aba2

#85aba2

Complementary Color

#85aba2 #ab858e

#85aba2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85aba2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#85aba2 Color CSS Codes

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

#85aba2 Text Font Color

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

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


#85aba2 Background Color

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

This div background color is #85aba2


#85aba2 Border Color

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

This div border color is #85aba2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85aba2


Comments

No comments written yet.

Please login to write comment.