Color Hex Logo

#988650 Color Hex

#988650
(152,134,80)
0 Favorites   0 Comments

Color spaces of #988650

RGB 15213480
HSL0.130.310.45
HSV45°47°60°
CMYK 0.000.120.47   0.40
XYZ22.922024.304811.0726
Yxy24.30480.39320.4169
Hunter Lab49.2999-3.281221.1936
CIE-Lab56.3917-0.808031.4606

#988650 color RGB value is (152,134,80).

#988650 hex color red value is 152, green value is 134 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #988650 hue: 0.13 , saturation: 0.31 and the lightness value of 988650 is 0.45.

The process color (four color CMYK) of #988650 color hex is 0.00, 0.12, 0.47, 0.40. Web safe color of #988650 is #999966. Color #988650 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 10000110 01010000
Octal 230 206 120
Decimal 152 134 80
Hex 98 86 50

RGB Percentages of Color #988650

%41.53
%36.61
%21.86

CMYK Percentages of Color #988650

%0
%12
%47
%40

Triadic Colors of #988650

#988650 #509886 #865098

Analogous Colors of #988650

#988650 #869850 #986250

Monochromatic Colors of #988650

#988650

Complementary Color

#988650 #506298

#988650 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#988650 Color Preview on White Background

Lorem ipsum dolor sit amet.

#988650 Color CSS Codes

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

#988650 Text Font Color

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

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


#988650 Background Color

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

This div background color is #988650


#988650 Border Color

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

This div border color is #988650


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #988650


Comments

No comments written yet.

Please login to write comment.