Color Hex Logo

#968252 Color Hex

#968252
(150,130,82)
0 Favorites   0 Comments

Color spaces of #968252

RGB 15013082
HSL0.120.290.45
HSV42°45°59°
CMYK 0.000.130.45   0.41
XYZ22.083323.058511.2695
Yxy23.05850.39150.4088
Hunter Lab48.0193-1.944419.6989
CIE-Lab55.13250.776328.7396

#968252 color RGB value is (150,130,82).

#968252 hex color red value is 150, green value is 130 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #968252 hue: 0.12 , saturation: 0.29 and the lightness value of 968252 is 0.45.

The process color (four color CMYK) of #968252 color hex is 0.00, 0.13, 0.45, 0.41. Web safe color of #968252 is #999966. Color #968252 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 10000010 01010010
Octal 226 202 122
Decimal 150 130 82
Hex 96 82 52

RGB Percentages of Color #968252

%41.44
%35.91
%22.65

CMYK Percentages of Color #968252

%0
%13
%45
%41

Triadic Colors of #968252

#968252 #529682 #825296

Analogous Colors of #968252

#968252 #889652 #966052

Monochromatic Colors of #968252

#968252

Complementary Color

#968252 #526696

#968252 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#968252 Color Preview on White Background

Lorem ipsum dolor sit amet.

#968252 Color CSS Codes

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

#968252 Text Font Color

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

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


#968252 Background Color

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

This div background color is #968252


#968252 Border Color

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

This div border color is #968252


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #968252


Comments

No comments written yet.

Please login to write comment.