Color Hex Logo

#85aa68 Color Hex

#85AA68
(133,170,104)
0 Favorites   0 Comments

Color spaces of #85aa68

RGB 133170104
HSL0.260.280.54
HSV94°39°67°
CMYK 0.220.000.39   0.33
XYZ26.546334.735518.4022
Yxy34.73550.33310.4359
Hunter Lab58.9368-22.739622.7433
CIE-Lab65.5422-24.642630.0126

#85aa68 color RGB value is (133,170,104).

#85aa68 hex color red value is 133, green value is 170 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #85aa68 hue: 0.26 , saturation: 0.28 and the lightness value of 85aa68 is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 10101010 01101000
Octal 205 252 150
Decimal 133 170 104
Hex 85 AA 68

RGB Percentages of Color #85aa68

%32.68
%41.77
%25.55

CMYK Percentages of Color #85aa68

%22
%0
%39
%33

Triadic Colors of #85aa68

#85aa68 #6885aa #aa6885

Analogous Colors of #85aa68

#85aa68 #68aa6c #a6aa68

Monochromatic Colors of #85aa68

#85aa68

Complementary Color

#85aa68 #8d68aa

#85aa68 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85aa68 Color Preview on White Background

Lorem ipsum dolor sit amet.

#85aa68 Color CSS Codes

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

#85aa68 Text Font Color

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

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


#85aa68 Background Color

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

This div background color is #85aa68


#85aa68 Border Color

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

This div border color is #85aa68


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85aa68


Comments

No comments written yet.

Please login to write comment.