Color Hex Logo

#999eae Color Hex

#999EAE
(153,158,174)
0 Favorites   0 Comments

Color spaces of #999eae

RGB 153158174
HSL0.630.110.64
HSV226°12°68°
CMYK 0.120.090.00   0.32
XYZ33.003734.282044.9220
Yxy34.28200.29410.3055
Hunter Lab58.5508-1.8478-4.5035
CIE-Lab65.18581.4960-8.9136

#999eae color RGB value is (153,158,174).

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

The process color (four color CMYK) of #999eae color hex is 0.12, 0.09, 0.00, 0.32. Web safe color of #999eae is #999999. Color #999eae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 10011110 10101110
Octal 231 236 256
Decimal 153 158 174
Hex 99 9E AE

RGB Percentages of Color #999eae

%31.55
%32.58
%35.88

CMYK Percentages of Color #999eae

%12
%9
%0
%32

Triadic Colors of #999eae

#999eae #ae999e #9eae99

Analogous Colors of #999eae

#999eae #9f99ae #99a9ae

Monochromatic Colors of #999eae

#999eae

Complementary Color

#999eae #aea999

#999eae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#999eae Color Preview on White Background

Lorem ipsum dolor sit amet.

#999eae Color CSS Codes

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

#999eae Text Font Color

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

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


#999eae Background Color

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

This div background color is #999eae


#999eae Border Color

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

This div border color is #999eae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(153,158,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 #999eae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #999eae


Comments

No comments written yet.

Please login to write comment.