Color Hex Logo

#988283 Color Hex

#988283
(152,130,131)
0 Favorites   0 Comments

Color spaces of #988283

RGB 152130131
HSL0.990.100.55
HSV357°14°60°
CMYK 0.000.140.14   0.40
XYZ25.028324.279424.8400
Yxy24.27940.33750.3274
Hunter Lab49.27414.43764.6027
CIE-Lab56.36658.55572.5634

#988283 color RGB value is (152,130,131).

#988283 hex color red value is 152, green value is 130 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #988283 hue: 0.99 , saturation: 0.10 and the lightness value of 988283 is 0.55.

The process color (four color CMYK) of #988283 color hex is 0.00, 0.14, 0.14, 0.40. Web safe color of #988283 is #999999. Color #988283 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 10000010 10000011
Octal 230 202 203
Decimal 152 130 131
Hex 98 82 83

RGB Percentages of Color #988283

%36.80
%31.48
%31.72

CMYK Percentages of Color #988283

%0
%14
%14
%40

Triadic Colors of #988283

#988283 #839882 #828398

Analogous Colors of #988283

#988283 #988c82 #98828e

Monochromatic Colors of #988283

#988283

Complementary Color

#988283 #829897

#988283 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#988283 Color Preview on White Background

Lorem ipsum dolor sit amet.

#988283 Color CSS Codes

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

#988283 Text Font Color

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

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


#988283 Background Color

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

This div background color is #988283


#988283 Border Color

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

This div border color is #988283


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #988283


Comments

No comments written yet.

Please login to write comment.