Color Hex Logo

#969628 Color Hex

#969628
(150,150,40)
0 Favorites   0 Comments

Color spaces of #969628

RGB 15015040
HSL0.170.580.37
HSV60°73°59°
CMYK 0.000.000.73   0.41
XYZ23.867028.44996.2409
Yxy28.44990.40760.4858
Hunter Lab53.3384-13.470130.3996
CIE-Lab60.2930-13.404754.4271

#969628 color RGB value is (150,150,40).

#969628 hex color red value is 150, green value is 150 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #969628 hue: 0.17 , saturation: 0.58 and the lightness value of 969628 is 0.37.

The process color (four color CMYK) of #969628 color hex is 0.00, 0.00, 0.73, 0.41. Web safe color of #969628 is #999933. Color #969628 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 10010110 00101000
Octal 226 226 50
Decimal 150 150 40
Hex 96 96 28

RGB Percentages of Color #969628

%44.12
%44.12
%11.76

CMYK Percentages of Color #969628

%0
%0
%73
%41

Triadic Colors of #969628

#969628 #289696 #962896

Analogous Colors of #969628

#969628 #5f9628 #965f28

Monochromatic Colors of #969628

#969628

Complementary Color

#969628 #282896

#969628 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#969628 Color Preview on White Background

Lorem ipsum dolor sit amet.

#969628 Color CSS Codes

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

#969628 Text Font Color

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

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


#969628 Background Color

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

This div background color is #969628


#969628 Border Color

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

This div border color is #969628


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(150,150,40, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #969628; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #969628;
  -webkit-box-shadow: 1px 1px 3px 2px #969628;
  box-shadow:         1px 1px 3px 2px #969628; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #969628


Comments

No comments written yet.

Please login to write comment.