Color Hex Logo

#99a5ae Color Hex

#99A5AE
(153,165,174)
0 Favorites   0 Comments

Color spaces of #99a5ae

RGB 153165174
HSL0.570.110.64
HSV206°12°68°
CMYK 0.120.050.00   0.32
XYZ34.232036.738645.3314
Yxy36.73860.29430.3159
Hunter Lab60.6124-5.2604-1.9137
CIE-Lab67.0805-2.3638-6.0979

#99a5ae color RGB value is (153,165,174).

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

The process color (four color CMYK) of #99a5ae color hex is 0.12, 0.05, 0.00, 0.32. Web safe color of #99a5ae is #999999. Color #99a5ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 10100101 10101110
Octal 231 245 256
Decimal 153 165 174
Hex 99 A5 AE

RGB Percentages of Color #99a5ae

%31.10
%33.54
%35.37

CMYK Percentages of Color #99a5ae

%12
%5
%0
%32

Triadic Colors of #99a5ae

#99a5ae #ae99a5 #a5ae99

Analogous Colors of #99a5ae

#99a5ae #999bae #99aead

Monochromatic Colors of #99a5ae

#99a5ae

Complementary Color

#99a5ae #aea299

#99a5ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99a5ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#99a5ae Color CSS Codes

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

#99a5ae Text Font Color

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

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


#99a5ae Background Color

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

This div background color is #99a5ae


#99a5ae Border Color

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

This div border color is #99a5ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99a5ae


Comments

No comments written yet.

Please login to write comment.