Color Hex Logo

#859805 Color Hex

#859805
(133,152,5)
0 Favorites   0 Comments

Color spaces of #859805

RGB 1331525
HSL0.190.940.31
HSV68°97°60°
CMYK 0.130.000.97   0.40
XYZ20.928527.45404.3397
Yxy27.45400.39700.5207
Hunter Lab52.3966-20.396631.7670
CIE-Lab59.3922-23.038661.6694

#859805 color RGB value is (133,152,5).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 10011000 00000101
Octal 205 230 5
Decimal 133 152 5
Hex 85 98 5

RGB Percentages of Color #859805

%45.86
%52.41
%1.72

CMYK Percentages of Color #859805

%13
%0
%97
%40

Triadic Colors of #859805

#859805 #058598 #980585

Analogous Colors of #859805

#859805 #3c9805 #986205

Monochromatic Colors of #859805

#859805

Complementary Color

#859805 #180598

#859805 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#859805 Color Preview on White Background

Lorem ipsum dolor sit amet.

#859805 Color CSS Codes

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

#859805 Text Font Color

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

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


#859805 Background Color

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

This div background color is #859805


#859805 Border Color

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

This div border color is #859805


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #859805


Comments

No comments written yet.

Please login to write comment.