Color Hex Logo

#85c589 Color Hex

#85C589
(133,197,137)
0 Favorites   0 Comments

Color spaces of #85c589

RGB 133197137
HSL0.340.360.65
HSV124°32°77°
CMYK 0.320.000.30   0.23
XYZ34.154546.725230.8856
Yxy46.72520.30560.4181
Hunter Lab68.3558-30.433921.0598
CIE-Lab74.0137-32.517023.7859

#85c589 color RGB value is (133,197,137).

#85c589 hex color red value is 133, green value is 197 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #85c589 hue: 0.34 , saturation: 0.36 and the lightness value of 85c589 is 0.65.

The process color (four color CMYK) of #85c589 color hex is 0.32, 0.00, 0.30, 0.23. Web safe color of #85c589 is #99cc99. Color #85c589 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 11000101 10001001
Octal 205 305 211
Decimal 133 197 137
Hex 85 C5 89

RGB Percentages of Color #85c589

%28.48
%42.18
%29.34

CMYK Percentages of Color #85c589

%32
%0
%30
%23

Triadic Colors of #85c589

#85c589 #8985c5 #c58985

Analogous Colors of #85c589

#85c589 #85c5a9 #a1c585

Monochromatic Colors of #85c589

#85c589

Complementary Color

#85c589 #c585c1

#85c589 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85c589 Color Preview on White Background

Lorem ipsum dolor sit amet.

#85c589 Color CSS Codes

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

#85c589 Text Font Color

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

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


#85c589 Background Color

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

This div background color is #85c589


#85c589 Border Color

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

This div border color is #85c589


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85c589

#85c589 Color Palettes


Comments

No comments written yet.

Please login to write comment.