Color Hex Logo

#988862 Color Hex

#988862
(152,136,98)
0 Favorites   0 Comments

Color spaces of #988862

RGB 15213698
HSL0.120.220.49
HSV42°36°60°
CMYK 0.000.110.36   0.40
XYZ23.957725.165615.1500
Yxy25.16560.37270.3915
Hunter Lab50.1653-2.542217.2101
CIE-Lab57.23640.169522.6328

#988862 color RGB value is (152,136,98).

#988862 hex color red value is 152, green value is 136 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #988862 hue: 0.12 , saturation: 0.22 and the lightness value of 988862 is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 10001000 01100010
Octal 230 210 142
Decimal 152 136 98
Hex 98 88 62

RGB Percentages of Color #988862

%39.38
%35.23
%25.39

CMYK Percentages of Color #988862

%0
%11
%36
%40

Triadic Colors of #988862

#988862 #629888 #886298

Analogous Colors of #988862

#988862 #8d9862 #986d62

Monochromatic Colors of #988862

#988862

Complementary Color

#988862 #627298

#988862 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#988862 Color Preview on White Background

Lorem ipsum dolor sit amet.

#988862 Color CSS Codes

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

#988862 Text Font Color

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

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


#988862 Background Color

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

This div background color is #988862


#988862 Border Color

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

This div border color is #988862


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #988862


Comments

No comments written yet.

Please login to write comment.