Color Hex Logo

#969952 Color Hex

#969952
(150,153,82)
0 Favorites   0 Comments

Color spaces of #969952

RGB 15015382
HSL0.170.300.46
HSV63°46°60°
CMYK 0.020.000.46   0.40
XYZ25.491929.875712.4057
Yxy29.87570.37610.4408
Hunter Lab54.6587-12.403224.8042
CIE-Lab61.5468-11.806936.7434

#969952 color RGB value is (150,153,82).

#969952 hex color red value is 150, green value is 153 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #969952 hue: 0.17 , saturation: 0.30 and the lightness value of 969952 is 0.46.

The process color (four color CMYK) of #969952 color hex is 0.02, 0.00, 0.46, 0.40. Web safe color of #969952 is #999966. Color #969952 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 10011001 01010010
Octal 226 231 122
Decimal 150 153 82
Hex 96 99 52

RGB Percentages of Color #969952

%38.96
%39.74
%21.30

CMYK Percentages of Color #969952

%2
%0
%46
%40

Triadic Colors of #969952

#969952 #529699 #995296

Analogous Colors of #969952

#969952 #739952 #997952

Monochromatic Colors of #969952

#969952

Complementary Color

#969952 #555299

#969952 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#969952 Color Preview on White Background

Lorem ipsum dolor sit amet.

#969952 Color CSS Codes

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

#969952 Text Font Color

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

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


#969952 Background Color

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

This div background color is #969952


#969952 Border Color

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

This div border color is #969952


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #969952


Comments

No comments written yet.

Please login to write comment.