Color Hex Logo

#989366 Color Hex

#989366
(152,147,102)
0 Favorites   0 Comments

Color spaces of #989366

RGB 152147102
HSL0.150.200.50
HSV54°33°60°
CMYK 0.000.030.33   0.40
XYZ25.780928.502116.7130
Yxy28.50210.36310.4015
Hunter Lab53.3874-7.229718.8103
CIE-Lab60.3397-5.389724.5353

#989366 color RGB value is (152,147,102).

#989366 hex color red value is 152, green value is 147 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #989366 hue: 0.15 , saturation: 0.20 and the lightness value of 989366 is 0.50.

The process color (four color CMYK) of #989366 color hex is 0.00, 0.03, 0.33, 0.40. Web safe color of #989366 is #999966. Color #989366 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 10010011 01100110
Octal 230 223 146
Decimal 152 147 102
Hex 98 93 66

RGB Percentages of Color #989366

%37.91
%36.66
%25.44

CMYK Percentages of Color #989366

%0
%3
%33
%40

Triadic Colors of #989366

#989366 #669893 #936698

Analogous Colors of #989366

#989366 #849866 #987a66

Monochromatic Colors of #989366

#989366

Complementary Color

#989366 #666b98

#989366 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#989366 Color Preview on White Background

Lorem ipsum dolor sit amet.

#989366 Color CSS Codes

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

#989366 Text Font Color

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

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


#989366 Background Color

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

This div background color is #989366


#989366 Border Color

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

This div border color is #989366


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #989366


Comments

No comments written yet.

Please login to write comment.