Color Hex Logo

#859818 Color Hex

#859818
(133,152,24)
0 Favorites   0 Comments

Color spaces of #859818

RGB 13315224
HSL0.190.730.35
HSV69°84°60°
CMYK 0.130.000.84   0.40
XYZ21.066027.50905.0636
Yxy27.50900.39270.5129
Hunter Lab52.4490-20.091830.9903
CIE-Lab59.4425-22.595758.1511

#859818 color RGB value is (133,152,24).

#859818 hex color red value is 133, green value is 152 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #859818 hue: 0.19 , saturation: 0.73 and the lightness value of 859818 is 0.35.

The process color (four color CMYK) of #859818 color hex is 0.13, 0.00, 0.84, 0.40. Web safe color of #859818 is #999900. Color #859818 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 10011000 00011000
Octal 205 230 30
Decimal 133 152 24
Hex 85 98 18

RGB Percentages of Color #859818

%43.04
%49.19
%7.77

CMYK Percentages of Color #859818

%13
%0
%84
%40

Triadic Colors of #859818

#859818 #188598 #981885

Analogous Colors of #859818

#859818 #459818 #986b18

Monochromatic Colors of #859818

#859818

Complementary Color

#859818 #2b1898

#859818 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#859818 Color Preview on White Background

Lorem ipsum dolor sit amet.

#859818 Color CSS Codes

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

#859818 Text Font Color

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

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


#859818 Background Color

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

This div background color is #859818


#859818 Border Color

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

This div border color is #859818


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(133,152,24, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #859818; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #859818;
  -webkit-box-shadow: 1px 1px 3px 2px #859818;
  box-shadow:         1px 1px 3px 2px #859818; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #859818


Comments

No comments written yet.

Please login to write comment.