Color Hex Logo

#afd5ad Color Hex

#AFD5AD
(175,213,173)
0 Favorites   0 Comments

Color spaces of #afd5ad

RGB 175213173
HSL0.330.320.76
HSV117°19°84°
CMYK 0.180.000.19   0.16
XYZ49.016359.719648.4788
Yxy59.71960.31180.3799
Hunter Lab77.2785-22.018016.9008
CIE-Lab81.6855-20.095615.7040

#afd5ad color RGB value is (175,213,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11010101 10101101
Octal 257 325 255
Decimal 175 213 173
Hex AF D5 AD

RGB Percentages of Color #afd5ad

%31.19
%37.97
%30.84

CMYK Percentages of Color #afd5ad

%18
%0
%19
%16

Triadic Colors of #afd5ad

#afd5ad #adafd5 #d5adaf

Analogous Colors of #afd5ad

#afd5ad #add5bf #c3d5ad

Monochromatic Colors of #afd5ad

#afd5ad

Complementary Color

#afd5ad #d3add5

#afd5ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd5ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd5ad Color CSS Codes

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

#afd5ad Text Font Color

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

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


#afd5ad Background Color

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

This div background color is #afd5ad


#afd5ad Border Color

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

This div border color is #afd5ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd5ad


Comments

No comments written yet.

Please login to write comment.