Color Hex Logo

#986d54 Color Hex

#986D54
(152,109,84)
0 Favorites   0 Comments

Color spaces of #986d54

RGB 15210984
HSL0.060.290.46
HSV22°45°60°
CMYK 0.000.280.45   0.40
XYZ20.017818.252810.8556
Yxy18.25280.40750.3715
Hunter Lab42.72338.869614.8413
CIE-Lab49.801313.857020.7118

#986d54 color RGB value is (152,109,84).

#986d54 hex color red value is 152, green value is 109 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #986d54 hue: 0.06 , saturation: 0.29 and the lightness value of 986d54 is 0.46.

The process color (four color CMYK) of #986d54 color hex is 0.00, 0.28, 0.45, 0.40. Web safe color of #986d54 is #996666. Color #986d54 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 01101101 01010100
Octal 230 155 124
Decimal 152 109 84
Hex 98 6D 54

RGB Percentages of Color #986d54

%44.06
%31.59
%24.35

CMYK Percentages of Color #986d54

%0
%28
%45
%40

Triadic Colors of #986d54

#986d54 #54986d #6d5498

Analogous Colors of #986d54

#986d54 #988f54 #98545d

Monochromatic Colors of #986d54

#986d54

Complementary Color

#986d54 #547f98

#986d54 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#986d54 Color Preview on White Background

Lorem ipsum dolor sit amet.

#986d54 Color CSS Codes

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

#986d54 Text Font Color

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

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


#986d54 Background Color

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

This div background color is #986d54


#986d54 Border Color

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

This div border color is #986d54


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(152,109,84, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #986d54; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #986d54;
  -webkit-box-shadow: 1px 1px 3px 2px #986d54;
  box-shadow:         1px 1px 3px 2px #986d54; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #986d54


Comments

No comments written yet.

Please login to write comment.