Color Hex Logo

#85aa61 Color Hex

#85AA61
(133,170,97)
0 Favorites   0 Comments

Color spaces of #85aa61

RGB 13317097
HSL0.250.300.52
HSV90°43°67°
CMYK 0.220.000.43   0.33
XYZ26.205334.599116.6064
Yxy34.59910.33850.4470
Hunter Lab58.8210-23.413324.4359
CIE-Lab65.4353-25.587433.5491

#85aa61 color RGB value is (133,170,97).

#85aa61 hex color red value is 133, green value is 170 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #85aa61 hue: 0.25 , saturation: 0.30 and the lightness value of 85aa61 is 0.52.

The process color (four color CMYK) of #85aa61 color hex is 0.22, 0.00, 0.43, 0.33. Web safe color of #85aa61 is #999966. Color #85aa61 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 10101010 01100001
Octal 205 252 141
Decimal 133 170 97
Hex 85 AA 61

RGB Percentages of Color #85aa61

%33.25
%42.50
%24.25

CMYK Percentages of Color #85aa61

%22
%0
%43
%33

Triadic Colors of #85aa61

#85aa61 #6185aa #aa6185

Analogous Colors of #85aa61

#85aa61 #61aa62 #aaaa61

Monochromatic Colors of #85aa61

#85aa61

Complementary Color

#85aa61 #8661aa

#85aa61 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85aa61 Color Preview on White Background

Lorem ipsum dolor sit amet.

#85aa61 Color CSS Codes

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

#85aa61 Text Font Color

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

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


#85aa61 Background Color

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

This div background color is #85aa61


#85aa61 Border Color

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

This div border color is #85aa61


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85aa61


Comments

No comments written yet.

Please login to write comment.