Color Hex Logo

#988a6b Color Hex

#988A6B
(152,138,107)
0 Favorites   0 Comments

Color spaces of #988a6b

RGB 152138107
HSL0.110.180.51
HSV41°30°60°
CMYK 0.000.090.30   0.40
XYZ24.691225.913917.6104
Yxy25.91390.36200.3799
Hunter Lab50.9057-2.505715.1231
CIE-Lab57.95520.262118.5408

#988a6b color RGB value is (152,138,107).

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

The process color (four color CMYK) of #988a6b color hex is 0.00, 0.09, 0.30, 0.40. Web safe color of #988a6b is #999966. Color #988a6b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 10001010 01101011
Octal 230 212 153
Decimal 152 138 107
Hex 98 8A 6B

RGB Percentages of Color #988a6b

%38.29
%34.76
%26.95

CMYK Percentages of Color #988a6b

%0
%9
%30
%40

Triadic Colors of #988a6b

#988a6b #6b988a #8a6b98

Analogous Colors of #988a6b

#988a6b #90986b #98746b

Monochromatic Colors of #988a6b

#988a6b

Complementary Color

#988a6b #6b7998

#988a6b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#988a6b Color Preview on White Background

Lorem ipsum dolor sit amet.

#988a6b Color CSS Codes

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

#988a6b Text Font Color

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

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


#988a6b Background Color

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

This div background color is #988a6b


#988a6b Border Color

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

This div border color is #988a6b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(152,138,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 #988a6b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #988a6b


Comments

No comments written yet.

Please login to write comment.