Color Hex Logo

#859906 Color Hex

#859906
(133,153,6)
0 Favorites   0 Comments

Color spaces of #859906

RGB 1331536
HSL0.190.920.31
HSV68°96°60°
CMYK 0.130.000.96   0.40
XYZ21.097027.78224.4229
Yxy27.78220.39580.5212
Hunter Lab52.7088-20.794831.9210
CIE-Lab59.6915-23.520361.7515

#859906 color RGB value is (133,153,6).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 10011001 00000110
Octal 205 231 6
Decimal 133 153 6
Hex 85 99 6

RGB Percentages of Color #859906

%45.55
%52.40
%2.05

CMYK Percentages of Color #859906

%13
%0
%96
%40

Triadic Colors of #859906

#859906 #068599 #990685

Analogous Colors of #859906

#859906 #3b9906 #996406

Monochromatic Colors of #859906

#859906

Complementary Color

#859906 #1a0699

#859906 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#859906 Color Preview on White Background

Lorem ipsum dolor sit amet.

#859906 Color CSS Codes

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

#859906 Text Font Color

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

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


#859906 Background Color

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

This div background color is #859906


#859906 Border Color

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

This div border color is #859906


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #859906


Comments

No comments written yet.

Please login to write comment.