Color Hex Logo

#988866 Color Hex

#988866
(152,136,102)
1 Favorites   1 Comments

Color spaces of #988866

RGB 152136102
HSL0.110.200.50
HSV41°33°60°
CMYK 0.000.110.33   0.40
XYZ24.151325.243016.1699
Yxy25.24300.36840.3850
Hunter Lab50.2424-2.120116.0879
CIE-Lab57.31140.694720.4869

#988866 color RGB value is (152,136,102).

#988866 hex color red value is 152, green value is 136 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #988866 hue: 0.11 , saturation: 0.20 and the lightness value of 988866 is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 10001000 01100110
Octal 230 210 146
Decimal 152 136 102
Hex 98 88 66

RGB Percentages of Color #988866

%38.97
%34.87
%26.15

CMYK Percentages of Color #988866

%0
%11
%33
%40

Triadic Colors of #988866

#988866 #669888 #886698

Analogous Colors of #988866

#988866 #8f9866 #986f66

Monochromatic Colors of #988866

#988866

Complementary Color

#988866 #667698

#988866 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#988866 Color Preview on White Background

Lorem ipsum dolor sit amet.

#988866 Color CSS Codes

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

#988866 Text Font Color

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

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


#988866 Background Color

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

This div background color is #988866


#988866 Border Color

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

This div border color is #988866


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #988866


Comments

12 Dec 2014, 9:26 DanielMegard

Dirty Gold

Please login to write comment.