Color Hex Logo

#85a97a Color Hex

#85A97A
(133,169,122)
0 Favorites   0 Comments

Color spaces of #85a97a

RGB 133169122
HSL0.290.210.57
HSV106°28°66°
CMYK 0.210.000.28   0.34
XYZ27.373734.767623.6804
Yxy34.76760.31900.4051
Hunter Lab58.9641-20.319617.4635
CIE-Lab65.5673-21.389920.3590

#85a97a color RGB value is (133,169,122).

#85a97a hex color red value is 133, green value is 169 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #85a97a hue: 0.29 , saturation: 0.21 and the lightness value of 85a97a is 0.57.

The process color (four color CMYK) of #85a97a color hex is 0.21, 0.00, 0.28, 0.34. Web safe color of #85a97a is #999966. Color #85a97a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 10101001 01111010
Octal 205 251 172
Decimal 133 169 122
Hex 85 A9 7A

RGB Percentages of Color #85a97a

%31.37
%39.86
%28.77

CMYK Percentages of Color #85a97a

%21
%0
%28
%34

Triadic Colors of #85a97a

#85a97a #7a85a9 #a97a85

Analogous Colors of #85a97a

#85a97a #7aa987 #9da97a

Monochromatic Colors of #85a97a

#85a97a

Complementary Color

#85a97a #9e7aa9

#85a97a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85a97a Color Preview on White Background

Lorem ipsum dolor sit amet.

#85a97a Color CSS Codes

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

#85a97a Text Font Color

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

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


#85a97a Background Color

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

This div background color is #85a97a


#85a97a Border Color

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

This div border color is #85a97a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85a97a


Comments

No comments written yet.

Please login to write comment.