Color Hex Logo

#85bb79 Color Hex

#85BB79
(133,187,121)
0 Favorites   0 Comments

Color spaces of #85bb79

RGB 133187121
HSL0.300.330.60
HSV109°35°73°
CMYK 0.290.000.35   0.27
XYZ30.894441.907724.5498
Yxy41.90770.31730.4305
Hunter Lab64.7362-28.101722.8308
CIE-Lab70.8072-30.386627.9391

#85bb79 color RGB value is (133,187,121).

#85bb79 hex color red value is 133, green value is 187 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #85bb79 hue: 0.30 , saturation: 0.33 and the lightness value of 85bb79 is 0.60.

The process color (four color CMYK) of #85bb79 color hex is 0.29, 0.00, 0.35, 0.27. Web safe color of #85bb79 is #99cc66. Color #85bb79 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 10111011 01111001
Octal 205 273 171
Decimal 133 187 121
Hex 85 BB 79

RGB Percentages of Color #85bb79

%30.16
%42.40
%27.44

CMYK Percentages of Color #85bb79

%29
%0
%35
%27

Triadic Colors of #85bb79

#85bb79 #7985bb #bb7985

Analogous Colors of #85bb79

#85bb79 #79bb8e #a6bb79

Monochromatic Colors of #85bb79

#85bb79

Complementary Color

#85bb79 #af79bb

#85bb79 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85bb79 Color Preview on White Background

Lorem ipsum dolor sit amet.

#85bb79 Color CSS Codes

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

#85bb79 Text Font Color

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

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


#85bb79 Background Color

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

This div background color is #85bb79


#85bb79 Border Color

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

This div border color is #85bb79


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85bb79


Comments

No comments written yet.

Please login to write comment.