Color Hex Logo

#98884b Color Hex

#98884B
(152,136,75)
1 Favorites   0 Comments

Color spaces of #98884b

RGB 15213675
HSL0.130.340.45
HSV48°51°60°
CMYK 0.000.110.51   0.40
XYZ23.023124.791710.2284
Yxy24.79170.39670.4271
Hunter Lab49.7913-4.597722.6742
CIE-Lab56.8719-2.421034.7240

#98884b color RGB value is (152,136,75).

#98884b hex color red value is 152, green value is 136 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #98884b hue: 0.13 , saturation: 0.34 and the lightness value of 98884b is 0.45.

The process color (four color CMYK) of #98884b color hex is 0.00, 0.11, 0.51, 0.40. Web safe color of #98884b is #999933. Color #98884b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 10001000 01001011
Octal 230 210 113
Decimal 152 136 75
Hex 98 88 4B

RGB Percentages of Color #98884b

%41.87
%37.47
%20.66

CMYK Percentages of Color #98884b

%0
%11
%51
%40

Triadic Colors of #98884b

#98884b #4b9888 #884b98

Analogous Colors of #98884b

#98884b #82984b #98624b

Monochromatic Colors of #98884b

#98884b

Complementary Color

#98884b #4b5b98

#98884b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98884b Color Preview on White Background

Lorem ipsum dolor sit amet.

#98884b Color CSS Codes

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

#98884b Text Font Color

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

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


#98884b Background Color

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

This div background color is #98884b


#98884b Border Color

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

This div border color is #98884b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98884b


Comments

No comments written yet.

Please login to write comment.