Color Hex Logo

#85a934 Color Hex

#85A934
(133,169,52)
0 Favorites   0 Comments

Color spaces of #85a934

RGB 13316952
HSL0.220.530.43
HSV78°69°66°
CMYK 0.210.000.69   0.34
XYZ24.480733.61048.4460
Yxy33.61040.36790.5051
Hunter Lab57.9745-26.080731.9445
CIE-Lab64.6521-29.513053.7597

#85a934 color RGB value is (133,169,52).

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

The process color (four color CMYK) of #85a934 color hex is 0.21, 0.00, 0.69, 0.34. Web safe color of #85a934 is #999933. Color #85a934 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 10101001 00110100
Octal 205 251 64
Decimal 133 169 52
Hex 85 A9 34

RGB Percentages of Color #85a934

%37.57
%47.74
%14.69

CMYK Percentages of Color #85a934

%21
%0
%69
%34

Triadic Colors of #85a934

#85a934 #3485a9 #a93485

Analogous Colors of #85a934

#85a934 #4ba934 #a99334

Monochromatic Colors of #85a934

#85a934

Complementary Color

#85a934 #5834a9

#85a934 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85a934 Color Preview on White Background

Lorem ipsum dolor sit amet.

#85a934 Color CSS Codes

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

#85a934 Text Font Color

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

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


#85a934 Background Color

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

This div background color is #85a934


#85a934 Border Color

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

This div border color is #85a934


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85a934


Comments

No comments written yet.

Please login to write comment.