Color Hex Logo

#85ba52 Color Hex

#85BA52
(133,186,82)
0 Favorites   0 Comments

Color spaces of #85ba52

RGB 13318682
HSL0.250.430.53
HSV91°56°73°
CMYK 0.280.000.56   0.27
XYZ28.754840.713614.3256
Yxy40.71360.34320.4859
Hunter Lab63.8072-31.221431.3536
CIE-Lab69.9748-34.925446.5106

#85ba52 color RGB value is (133,186,82).

#85ba52 hex color red value is 133, green value is 186 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #85ba52 hue: 0.25 , saturation: 0.43 and the lightness value of 85ba52 is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 10111010 01010010
Octal 205 272 122
Decimal 133 186 82
Hex 85 BA 52

RGB Percentages of Color #85ba52

%33.17
%46.38
%20.45

CMYK Percentages of Color #85ba52

%28
%0
%56
%27

Triadic Colors of #85ba52

#85ba52 #5285ba #ba5285

Analogous Colors of #85ba52

#85ba52 #52ba53 #b9ba52

Monochromatic Colors of #85ba52

#85ba52

Complementary Color

#85ba52 #8752ba

#85ba52 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85ba52 Color Preview on White Background

Lorem ipsum dolor sit amet.

#85ba52 Color CSS Codes

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

#85ba52 Text Font Color

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

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


#85ba52 Background Color

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

This div background color is #85ba52


#85ba52 Border Color

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

This div border color is #85ba52


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85ba52


Comments

No comments written yet.

Please login to write comment.