Color Hex Logo

#85d537 Color Hex

#85D537
(133,213,55)
0 Favorites   0 Comments

Color spaces of #85d537

RGB 13321355
HSL0.250.650.53
HSV90°74°84°
CMYK 0.380.000.74   0.16
XYZ34.156752.850912.0154
Yxy52.85090.34490.5337
Hunter Lab72.6986-43.356241.0898
CIE-Lab77.7869-48.773365.7712

#85d537 color RGB value is (133,213,55).

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

The process color (four color CMYK) of #85d537 color hex is 0.38, 0.00, 0.74, 0.16. Web safe color of #85d537 is #99cc33. Color #85d537 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 11010101 00110111
Octal 205 325 67
Decimal 133 213 55
Hex 85 D5 37

RGB Percentages of Color #85d537

%33.17
%53.12
%13.72

CMYK Percentages of Color #85d537

%38
%0
%74
%16

Triadic Colors of #85d537

#85d537 #3785d5 #d53785

Analogous Colors of #85d537

#85d537 #37d538 #d4d537

Monochromatic Colors of #85d537

#85d537

Complementary Color

#85d537 #8737d5

#85d537 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85d537 Color Preview on White Background

Lorem ipsum dolor sit amet.

#85d537 Color CSS Codes

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

#85d537 Text Font Color

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

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


#85d537 Background Color

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

This div background color is #85d537


#85d537 Border Color

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

This div border color is #85d537


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85d537


Comments

No comments written yet.

Please login to write comment.