Color Hex Logo

#afd8aa Color Hex

#AFD8AA
(175,216,170)
0 Favorites   0 Comments

Color spaces of #afd8aa

RGB 175216170
HSL0.320.370.76
HSV113°21°85°
CMYK 0.190.000.21   0.15
XYZ49.490861.128047.2206
Yxy61.12800.31360.3873
Hunter Lab78.1844-23.832018.9200
CIE-Lab82.4475-22.090318.3506

#afd8aa color RGB value is (175,216,170).

#afd8aa hex color red value is 175, green value is 216 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #afd8aa hue: 0.32 , saturation: 0.37 and the lightness value of afd8aa is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011000 10101010
Octal 257 330 252
Decimal 175 216 170
Hex AF D8 AA

RGB Percentages of Color #afd8aa

%31.19
%38.50
%30.30

CMYK Percentages of Color #afd8aa

%19
%0
%21
%15

Triadic Colors of #afd8aa

#afd8aa #aaafd8 #d8aaaf

Analogous Colors of #afd8aa

#afd8aa #aad8bc #c6d8aa

Monochromatic Colors of #afd8aa

#afd8aa

Complementary Color

#afd8aa #d3aad8

#afd8aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd8aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd8aa Color CSS Codes

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

#afd8aa Text Font Color

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

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


#afd8aa Background Color

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

This div background color is #afd8aa


#afd8aa Border Color

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

This div border color is #afd8aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd8aa


Comments

No comments written yet.

Please login to write comment.