Color Hex Logo

#859f1a Color Hex

#859F1A
(133,159,26)
0 Favorites   0 Comments

Color spaces of #859f1a

RGB 13315926
HSL0.200.720.36
HSV72°84°62°
CMYK 0.160.000.84   0.38
XYZ22.257529.85745.5672
Yxy29.85740.38590.5176
Hunter Lab54.6419-22.914332.2086
CIE-Lab61.5310-25.997159.4425

#859f1a color RGB value is (133,159,26).

#859f1a hex color red value is 133, green value is 159 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #859f1a hue: 0.20 , saturation: 0.72 and the lightness value of 859f1a is 0.36.

The process color (four color CMYK) of #859f1a color hex is 0.16, 0.00, 0.84, 0.38. Web safe color of #859f1a is #999933. Color #859f1a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 10011111 00011010
Octal 205 237 32
Decimal 133 159 26
Hex 85 9F 1A

RGB Percentages of Color #859f1a

%41.82
%50.00
%8.18

CMYK Percentages of Color #859f1a

%16
%0
%84
%38

Triadic Colors of #859f1a

#859f1a #1a859f #9f1a85

Analogous Colors of #859f1a

#859f1a #439f1a #9f771a

Monochromatic Colors of #859f1a

#859f1a

Complementary Color

#859f1a #341a9f

#859f1a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#859f1a Color Preview on White Background

Lorem ipsum dolor sit amet.

#859f1a Color CSS Codes

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

#859f1a Text Font Color

<p style="color:#859f1a">Text here</p>

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


#859f1a Background Color

<div style="background-color:#859f1a">
Div content here</div>

This div background color is #859f1a


#859f1a Border Color

<div style="border:3px solid #859f1a">
Div here</div>

This div border color is #859f1a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(133,159,26, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #859f1a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #859f1a;
  -webkit-box-shadow: 1px 1px 3px 2px #859f1a;
  box-shadow:         1px 1px 3px 2px #859f1a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #859f1a


Comments

No comments written yet.

Please login to write comment.