Color Hex Logo

#99afa0 Color Hex

#99AFA0
(153,175,160)
0 Favorites   0 Comments

Color spaces of #99afa0

RGB 153175160
HSL0.390.120.64
HSV139°13°69°
CMYK 0.130.000.09   0.31
XYZ34.812039.970339.1380
Yxy39.97030.30560.3509
Hunter Lab63.2221-12.35117.5516
CIE-Lab69.4484-10.57255.1215

#99afa0 color RGB value is (153,175,160).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 10101111 10100000
Octal 231 257 240
Decimal 153 175 160
Hex 99 AF A0

RGB Percentages of Color #99afa0

%31.35
%35.86
%32.79

CMYK Percentages of Color #99afa0

%13
%0
%9
%31

Triadic Colors of #99afa0

#99afa0 #a099af #afa099

Analogous Colors of #99afa0

#99afa0 #99afab #9daf99

Monochromatic Colors of #99afa0

#99afa0

Complementary Color

#99afa0 #af99a8

#99afa0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99afa0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#99afa0 Color CSS Codes

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

#99afa0 Text Font Color

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

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


#99afa0 Background Color

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

This div background color is #99afa0


#99afa0 Border Color

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

This div border color is #99afa0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99afa0


Comments

No comments written yet.

Please login to write comment.