Color Hex Logo

#998255 Color Hex

#998255
(153,130,85)
0 Favorites   0 Comments

Color spaces of #998255

RGB 15313085
HSL0.110.290.47
HSV40°44°60°
CMYK 0.000.150.44   0.40
XYZ22.759223.393411.9102
Yxy23.39340.39200.4029
Hunter Lab48.3667-0.647719.2567
CIE-Lab55.47532.403627.5837

#998255 color RGB value is (153,130,85).

#998255 hex color red value is 153, green value is 130 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #998255 hue: 0.11 , saturation: 0.29 and the lightness value of 998255 is 0.47.

The process color (four color CMYK) of #998255 color hex is 0.00, 0.15, 0.44, 0.40. Web safe color of #998255 is #999966. Color #998255 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 10000010 01010101
Octal 231 202 125
Decimal 153 130 85
Hex 99 82 55

RGB Percentages of Color #998255

%41.58
%35.33
%23.10

CMYK Percentages of Color #998255

%0
%15
%44
%40

Triadic Colors of #998255

#998255 #559982 #825599

Analogous Colors of #998255

#998255 #8e9955 #996055

Monochromatic Colors of #998255

#998255

Complementary Color

#998255 #556c99

#998255 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#998255 Color Preview on White Background

Lorem ipsum dolor sit amet.

#998255 Color CSS Codes

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

#998255 Text Font Color

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

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


#998255 Background Color

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

This div background color is #998255


#998255 Border Color

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

This div border color is #998255


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,130,85, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #998255; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #998255;
  -webkit-box-shadow: 1px 1px 3px 2px #998255;
  box-shadow:         1px 1px 3px 2px #998255; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(153,130,85, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #998255


Comments

No comments written yet.

Please login to write comment.