Color Hex Logo

#959826 Color Hex

#959826
(149,152,38)
0 Favorites   0 Comments

Color spaces of #959826

RGB 14915238
HSL0.170.600.37
HSV62°75°60°
CMYK 0.020.000.75   0.40
XYZ23.972528.98606.1651
Yxy28.98600.40550.4903
Hunter Lab53.8386-14.737730.8977
CIE-Lab60.7693-14.993355.5616

#959826 color RGB value is (149,152,38).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 10011000 00100110
Octal 225 230 46
Decimal 149 152 38
Hex 95 98 26

RGB Percentages of Color #959826

%43.95
%44.84
%11.21

CMYK Percentages of Color #959826

%2
%0
%75
%40

Triadic Colors of #959826

#959826 #269598 #982695

Analogous Colors of #959826

#959826 #5c9826 #986226

Monochromatic Colors of #959826

#959826

Complementary Color

#959826 #292698

#959826 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#959826 Color Preview on White Background

Lorem ipsum dolor sit amet.

#959826 Color CSS Codes

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

#959826 Text Font Color

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

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


#959826 Background Color

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

This div background color is #959826


#959826 Border Color

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

This div border color is #959826


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(149,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 #959826">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #959826


Comments

No comments written yet.

Please login to write comment.