Color Hex Logo

#afd7aa Color Hex

#AFD7AA
(175,215,170)
0 Favorites   0 Comments

Color spaces of #afd7aa

RGB 175215170
HSL0.310.360.75
HSV113°21°84°
CMYK 0.190.000.21   0.16
XYZ49.235360.617147.1355
Yxy60.61710.31360.3861
Hunter Lab77.8570-23.369718.6051
CIE-Lab82.1725-21.598217.9674

#afd7aa color RGB value is (175,215,170).

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

The process color (four color CMYK) of #afd7aa color hex is 0.19, 0.00, 0.21, 0.16. Web safe color of #afd7aa is #99cc99. Color #afd7aa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11010111 10101010
Octal 257 327 252
Decimal 175 215 170
Hex AF D7 AA

RGB Percentages of Color #afd7aa

%31.25
%38.39
%30.36

CMYK Percentages of Color #afd7aa

%19
%0
%21
%16

Triadic Colors of #afd7aa

#afd7aa #aaafd7 #d7aaaf

Analogous Colors of #afd7aa

#afd7aa #aad7bc #c6d7aa

Monochromatic Colors of #afd7aa

#afd7aa

Complementary Color

#afd7aa #d2aad7

#afd7aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd7aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd7aa Color CSS Codes

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

#afd7aa Text Font Color

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

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


#afd7aa Background Color

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

This div background color is #afd7aa


#afd7aa Border Color

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

This div border color is #afd7aa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,215,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 #afd7aa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd7aa


Comments

No comments written yet.

Please login to write comment.