Color Hex Logo

#99aaa4 Color Hex

#99AAA4
(153,170,164)
0 Favorites   0 Comments

Color spaces of #99aaa4

RGB 153170164
HSL0.440.090.63
HSV159°10°67°
CMYK 0.100.000.04   0.33
XYZ34.212438.202140.6925
Yxy38.20210.30250.3378
Hunter Lab61.8078-9.35894.2307
CIE-Lab68.1693-7.12511.0579

#99aaa4 color RGB value is (153,170,164).

#99aaa4 hex color red value is 153, green value is 170 and the blue value of its RGB is 164. Cylindrical-coordinate representations (also known as HSL) of color #99aaa4 hue: 0.44 , saturation: 0.09 and the lightness value of 99aaa4 is 0.63.

The process color (four color CMYK) of #99aaa4 color hex is 0.10, 0.00, 0.04, 0.33. Web safe color of #99aaa4 is #999999. Color #99aaa4 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 10101010 10100100
Octal 231 252 244
Decimal 153 170 164
Hex 99 AA A4

RGB Percentages of Color #99aaa4

%31.42
%34.91
%33.68

CMYK Percentages of Color #99aaa4

%10
%0
%4
%33

Triadic Colors of #99aaa4

#99aaa4 #a499aa #aaa499

Analogous Colors of #99aaa4

#99aaa4 #99a8aa #99aa9c

Monochromatic Colors of #99aaa4

#99aaa4

Complementary Color

#99aaa4 #aa999f

#99aaa4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99aaa4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#99aaa4 Color CSS Codes

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

#99aaa4 Text Font Color

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

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


#99aaa4 Background Color

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

This div background color is #99aaa4


#99aaa4 Border Color

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

This div border color is #99aaa4


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,170,164, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #99aaa4; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #99aaa4;
  -webkit-box-shadow: 1px 1px 3px 2px #99aaa4;
  box-shadow:         1px 1px 3px 2px #99aaa4; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99aaa4


Comments

No comments written yet.

Please login to write comment.