Color Hex Logo

#99abaf Color Hex

#99ABAF
(153,171,175)
0 Favorites   0 Comments

Color spaces of #99abaf

RGB 153171175
HSL0.530.120.64
HSV191°13°69°
CMYK 0.130.020.00   0.31
XYZ35.437638.993346.2161
Yxy38.99330.29370.3232
Hunter Lab62.4446-7.9785-0.1701
CIE-Lab68.7464-5.4165-4.1908

#99abaf color RGB value is (153,171,175).

#99abaf hex color red value is 153, green value is 171 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #99abaf hue: 0.53 , saturation: 0.12 and the lightness value of 99abaf is 0.64.

The process color (four color CMYK) of #99abaf color hex is 0.13, 0.02, 0.00, 0.31. Web safe color of #99abaf is #999999. Color #99abaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 10101011 10101111
Octal 231 253 257
Decimal 153 171 175
Hex 99 AB AF

RGB Percentages of Color #99abaf

%30.66
%34.27
%35.07

CMYK Percentages of Color #99abaf

%13
%2
%0
%31

Triadic Colors of #99abaf

#99abaf #af99ab #abaf99

Analogous Colors of #99abaf

#99abaf #99a0af #99afa8

Monochromatic Colors of #99abaf

#99abaf

Complementary Color

#99abaf #af9d99

#99abaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99abaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#99abaf Color CSS Codes

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

#99abaf Text Font Color

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

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


#99abaf Background Color

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

This div background color is #99abaf


#99abaf Border Color

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

This div border color is #99abaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99abaf


Comments

No comments written yet.

Please login to write comment.