Color Hex Logo

#98826b Color Hex

#98826B
(152,130,107)
0 Favorites   0 Comments

Color spaces of #98826b

RGB 152130107
HSL0.090.180.51
HSV31°30°60°
CMYK 0.000.140.30   0.40
XYZ23.585423.702217.2418
Yxy23.70220.36550.3673
Hunter Lab48.68491.275713.0818
CIE-Lab55.78844.766415.5705

#98826b color RGB value is (152,130,107).

#98826b hex color red value is 152, green value is 130 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #98826b hue: 0.09 , saturation: 0.18 and the lightness value of 98826b is 0.51.

The process color (four color CMYK) of #98826b color hex is 0.00, 0.14, 0.30, 0.40. Web safe color of #98826b is #999966. Color #98826b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 10000010 01101011
Octal 230 202 153
Decimal 152 130 107
Hex 98 82 6B

RGB Percentages of Color #98826b

%39.07
%33.42
%27.51

CMYK Percentages of Color #98826b

%0
%14
%30
%40

Triadic Colors of #98826b

#98826b #6b9882 #826b98

Analogous Colors of #98826b

#98826b #98986b #986c6b

Monochromatic Colors of #98826b

#98826b

Complementary Color

#98826b #6b8198

#98826b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98826b Color Preview on White Background

Lorem ipsum dolor sit amet.

#98826b Color CSS Codes

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

#98826b Text Font Color

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

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


#98826b Background Color

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

This div background color is #98826b


#98826b Border Color

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

This div border color is #98826b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(152,130,107, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #98826b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #98826b;
  -webkit-box-shadow: 1px 1px 3px 2px #98826b;
  box-shadow:         1px 1px 3px 2px #98826b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98826b


Comments

No comments written yet.

Please login to write comment.