Color Hex Logo

#969406 Color Hex

#969406
(150,148,6)
0 Favorites   0 Comments

Color spaces of #969406

RGB 1501486
HSL0.160.920.31
HSV59°96°59°
CMYK 0.000.010.96   0.41
XYZ23.200527.67704.2917
Yxy27.67700.42050.5017
Hunter Lab52.6089-13.347331.9895
CIE-Lab59.5958-13.363462.2732

#969406 color RGB value is (150,148,6).

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

The process color (four color CMYK) of #969406 color hex is 0.00, 0.01, 0.96, 0.41. Web safe color of #969406 is #999900. Color #969406 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 10010100 00000110
Octal 226 224 6
Decimal 150 148 6
Hex 96 94 6

RGB Percentages of Color #969406

%49.34
%48.68
%1.97

CMYK Percentages of Color #969406

%0
%1
%96
%41

Triadic Colors of #969406

#969406 #069694 #940696

Analogous Colors of #969406

#969406 #509606 #964c06

Monochromatic Colors of #969406

#969406

Complementary Color

#969406 #060896

#969406 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#969406 Color Preview on White Background

Lorem ipsum dolor sit amet.

#969406 Color CSS Codes

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

#969406 Text Font Color

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

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


#969406 Background Color

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

This div background color is #969406


#969406 Border Color

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

This div border color is #969406


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #969406


Comments

No comments written yet.

Please login to write comment.