Color Hex Logo

#988858 Color Hex

#988858
(152,136,88)
0 Favorites   0 Comments

Color spaces of #988858

RGB 15213688
HSL0.130.270.47
HSV45°42°60°
CMYK 0.000.110.42   0.40
XYZ23.514524.988312.8164
Yxy24.98830.38350.4075
Hunter Lab49.9883-3.513119.7906
CIE-Lab57.0640-1.047227.9561

#988858 color RGB value is (152,136,88).

#988858 hex color red value is 152, green value is 136 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #988858 hue: 0.13 , saturation: 0.27 and the lightness value of 988858 is 0.47.

The process color (four color CMYK) of #988858 color hex is 0.00, 0.11, 0.42, 0.40. Web safe color of #988858 is #999966. Color #988858 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 10001000 01011000
Octal 230 210 130
Decimal 152 136 88
Hex 98 88 58

RGB Percentages of Color #988858

%40.43
%36.17
%23.40

CMYK Percentages of Color #988858

%0
%11
%42
%40

Triadic Colors of #988858

#988858 #589888 #885898

Analogous Colors of #988858

#988858 #889858 #986858

Monochromatic Colors of #988858

#988858

Complementary Color

#988858 #586898

#988858 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#988858 Color Preview on White Background

Lorem ipsum dolor sit amet.

#988858 Color CSS Codes

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

#988858 Text Font Color

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

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


#988858 Background Color

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

This div background color is #988858


#988858 Border Color

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

This div border color is #988858


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #988858


Comments

No comments written yet.

Please login to write comment.