Color Hex Logo

#989275 Color Hex

#989275
(152,146,117)
0 Favorites   0 Comments

Color spaces of #989275

RGB 152146117
HSL0.140.150.53
HSV50°23°60°
CMYK 0.000.040.23   0.40
XYZ26.438728.517520.9406
Yxy28.51750.34840.3757
Hunter Lab53.4018-5.079514.1317
CIE-Lab60.3534-2.719316.1994

#989275 color RGB value is (152,146,117).

#989275 hex color red value is 152, green value is 146 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #989275 hue: 0.14 , saturation: 0.15 and the lightness value of 989275 is 0.53.

The process color (four color CMYK) of #989275 color hex is 0.00, 0.04, 0.23, 0.40. Web safe color of #989275 is #999966. Color #989275 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 10010010 01110101
Octal 230 222 165
Decimal 152 146 117
Hex 98 92 75

RGB Percentages of Color #989275

%36.63
%35.18
%28.19

CMYK Percentages of Color #989275

%0
%4
%23
%40

Triadic Colors of #989275

#989275 #759892 #927598

Analogous Colors of #989275

#989275 #8d9875 #988175

Monochromatic Colors of #989275

#989275

Complementary Color

#989275 #757b98

#989275 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#989275 Color Preview on White Background

Lorem ipsum dolor sit amet.

#989275 Color CSS Codes

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

#989275 Text Font Color

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

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


#989275 Background Color

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

This div background color is #989275


#989275 Border Color

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

This div border color is #989275


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #989275


Comments

No comments written yet.

Please login to write comment.