Color Hex Logo

#999288 Color Hex

#999288
(153,146,136)
0 Favorites   0 Comments

Color spaces of #999288

RGB 153146136
HSL0.100.080.57
HSV35°11°60°
CMYK 0.000.050.11   0.40
XYZ27.859729.107627.4425
Yxy29.10760.33010.3448
Hunter Lab53.9515-2.24047.6081
CIE-Lab60.87650.77196.2123

#999288 color RGB value is (153,146,136).

#999288 hex color red value is 153, green value is 146 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #999288 hue: 0.10 , saturation: 0.08 and the lightness value of 999288 is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 10010010 10001000
Octal 231 222 210
Decimal 153 146 136
Hex 99 92 88

RGB Percentages of Color #999288

%35.17
%33.56
%31.26

CMYK Percentages of Color #999288

%0
%5
%11
%40

Triadic Colors of #999288

#999288 #889992 #928899

Analogous Colors of #999288

#999288 #989988 #998a88

Monochromatic Colors of #999288

#999288

Complementary Color

#999288 #888f99

#999288 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#999288 Color Preview on White Background

Lorem ipsum dolor sit amet.

#999288 Color CSS Codes

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

#999288 Text Font Color

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

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


#999288 Background Color

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

This div background color is #999288


#999288 Border Color

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

This div border color is #999288


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #999288


Comments

No comments written yet.

Please login to write comment.