Color Hex Logo

#99aeaa Color Hex

#99AEAA
(153,174,170)
0 Favorites   0 Comments

Color spaces of #99aeaa

RGB 153174170
HSL0.470.110.64
HSV169°12°68°
CMYK 0.120.000.02   0.32
XYZ35.528639.946743.8681
Yxy39.94670.29770.3347
Hunter Lab63.2034-10.26553.0905
CIE-Lab69.4316-8.0620-0.4198

#99aeaa color RGB value is (153,174,170).

#99aeaa hex color red value is 153, green value is 174 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #99aeaa hue: 0.47 , saturation: 0.11 and the lightness value of 99aeaa is 0.64.

The process color (four color CMYK) of #99aeaa color hex is 0.12, 0.00, 0.02, 0.32. Web safe color of #99aeaa is #999999. Color #99aeaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 10101110 10101010
Octal 231 256 252
Decimal 153 174 170
Hex 99 AE AA

RGB Percentages of Color #99aeaa

%30.78
%35.01
%34.21

CMYK Percentages of Color #99aeaa

%12
%0
%2
%32

Triadic Colors of #99aeaa

#99aeaa #aa99ae #aeaa99

Analogous Colors of #99aeaa

#99aeaa #99a8ae #99aea0

Monochromatic Colors of #99aeaa

#99aeaa

Complementary Color

#99aeaa #ae999d

#99aeaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99aeaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#99aeaa Color CSS Codes

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

#99aeaa Text Font Color

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

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


#99aeaa Background Color

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

This div background color is #99aeaa


#99aeaa Border Color

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

This div border color is #99aeaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99aeaa


Comments

No comments written yet.

Please login to write comment.