Color Hex Logo

#99afad Color Hex

#99AFAD
(153,175,173)
0 Favorites   0 Comments

Color spaces of #99afad

RGB 153175173
HSL0.480.120.64
HSV175°13°69°
CMYK 0.130.000.01   0.31
XYZ36.009740.449445.4448
Yxy40.44940.29540.3318
Hunter Lab63.5998-10.23452.1547
CIE-Lab69.7884-7.9817-1.5534

#99afad color RGB value is (153,175,173).

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

The process color (four color CMYK) of #99afad color hex is 0.13, 0.00, 0.01, 0.31. Web safe color of #99afad is #999999. Color #99afad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 10101111 10101101
Octal 231 257 255
Decimal 153 175 173
Hex 99 AF AD

RGB Percentages of Color #99afad

%30.54
%34.93
%34.53

CMYK Percentages of Color #99afad

%13
%0
%1
%31

Triadic Colors of #99afad

#99afad #ad99af #afad99

Analogous Colors of #99afad

#99afad #99a6af #99afa2

Monochromatic Colors of #99afad

#99afad

Complementary Color

#99afad #af999b

#99afad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99afad Color Preview on White Background

Lorem ipsum dolor sit amet.

#99afad Color CSS Codes

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

#99afad Text Font Color

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

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


#99afad Background Color

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

This div background color is #99afad


#99afad Border Color

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

This div border color is #99afad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99afad


Comments

No comments written yet.

Please login to write comment.