Color Hex Logo

#859826 Color Hex

#859826
(133,152,38)
0 Favorites   0 Comments

Color spaces of #859826

RGB 13315238
HSL0.190.600.37
HSV70°75°60°
CMYK 0.130.000.75   0.40
XYZ21.251027.58306.0377
Yxy27.58300.38730.5027
Hunter Lab52.5195-19.682629.9476
CIE-Lab59.5101-22.003853.9234

#859826 color RGB value is (133,152,38).

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

The process color (four color CMYK) of #859826 color hex is 0.13, 0.00, 0.75, 0.40. Web safe color of #859826 is #999933. Color #859826 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 10011000 00100110
Octal 205 230 46
Decimal 133 152 38
Hex 85 98 26

RGB Percentages of Color #859826

%41.18
%47.06
%11.76

CMYK Percentages of Color #859826

%13
%0
%75
%40

Triadic Colors of #859826

#859826 #268598 #982685

Analogous Colors of #859826

#859826 #4c9826 #987226

Monochromatic Colors of #859826

#859826

Complementary Color

#859826 #392698

#859826 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#859826 Color Preview on White Background

Lorem ipsum dolor sit amet.

#859826 Color CSS Codes

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

#859826 Text Font Color

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

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


#859826 Background Color

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

This div background color is #859826


#859826 Border Color

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

This div border color is #859826


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #859826


Comments

No comments written yet.

Please login to write comment.