Color Hex Logo

#969848 Color Hex

#969848
(150,152,72)
0 Favorites   0 Comments

Color spaces of #969848

RGB 15015272
HSL0.170.360.44
HSV61°53°60°
CMYK 0.010.000.53   0.40
XYZ24.975629.408410.4909
Yxy29.40840.38500.4533
Hunter Lab54.2295-12.692826.4908
CIE-Lab61.1404-12.246741.3123

#969848 color RGB value is (150,152,72).

#969848 hex color red value is 150, green value is 152 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #969848 hue: 0.17 , saturation: 0.36 and the lightness value of 969848 is 0.44.

The process color (four color CMYK) of #969848 color hex is 0.01, 0.00, 0.53, 0.40. Web safe color of #969848 is #999933. Color #969848 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 10011000 01001000
Octal 226 230 110
Decimal 150 152 72
Hex 96 98 48

RGB Percentages of Color #969848

%40.11
%40.64
%19.25

CMYK Percentages of Color #969848

%1
%0
%53
%40

Triadic Colors of #969848

#969848 #489698 #984896

Analogous Colors of #969848

#969848 #6e9848 #987248

Monochromatic Colors of #969848

#969848

Complementary Color

#969848 #4a4898

#969848 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#969848 Color Preview on White Background

Lorem ipsum dolor sit amet.

#969848 Color CSS Codes

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

#969848 Text Font Color

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

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


#969848 Background Color

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

This div background color is #969848


#969848 Border Color

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

This div border color is #969848


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #969848


Comments

No comments written yet.

Please login to write comment.