Color Hex Logo

#afc9aa Color Hex

#AFC9AA
(175,201,170)
0 Favorites   0 Comments

Color spaces of #afc9aa

RGB 175201170
HSL0.310.220.73
HSV110°15°79°
CMYK 0.130.000.15   0.21
XYZ45.821553.789545.9976
Yxy53.78950.31470.3694
Hunter Lab73.3413-16.825814.1539
CIE-Lab78.3388-14.577912.5851

#afc9aa color RGB value is (175,201,170).

#afc9aa hex color red value is 175, green value is 201 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #afc9aa hue: 0.31 , saturation: 0.22 and the lightness value of afc9aa is 0.73.

The process color (four color CMYK) of #afc9aa color hex is 0.13, 0.00, 0.15, 0.21. Web safe color of #afc9aa is #99cc99. Color #afc9aa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001001 10101010
Octal 257 311 252
Decimal 175 201 170
Hex AF C9 AA

RGB Percentages of Color #afc9aa

%32.05
%36.81
%31.14

CMYK Percentages of Color #afc9aa

%13
%0
%15
%21

Triadic Colors of #afc9aa

#afc9aa #aaafc9 #c9aaaf

Analogous Colors of #afc9aa

#afc9aa #aac9b5 #bfc9aa

Monochromatic Colors of #afc9aa

#afc9aa

Complementary Color

#afc9aa #c4aac9

#afc9aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc9aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc9aa Color CSS Codes

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

#afc9aa Text Font Color

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

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


#afc9aa Background Color

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

This div background color is #afc9aa


#afc9aa Border Color

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

This div border color is #afc9aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(175,201,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #afc9aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #afc9aa;
  -webkit-box-shadow: 1px 1px 3px 2px #afc9aa;
  box-shadow:         1px 1px 3px 2px #afc9aa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc9aa


Comments

No comments written yet.

Please login to write comment.