Color Hex Logo

#afdfa9 Color Hex

#AFDFA9
(175,223,169)
0 Favorites   0 Comments

Color spaces of #afdfa9

RGB 175223169
HSL0.310.460.77
HSV113°24°87°
CMYK 0.220.000.24   0.13
XYZ51.228364.753947.3348
Yxy64.75390.31370.3965
Hunter Lab80.4698-27.186421.4527
CIE-Lab84.3568-25.666521.5205

#afdfa9 color RGB value is (175,223,169).

#afdfa9 hex color red value is 175, green value is 223 and the blue value of its RGB is 169. Cylindrical-coordinate representations (also known as HSL) of color #afdfa9 hue: 0.31 , saturation: 0.46 and the lightness value of afdfa9 is 0.77.

The process color (four color CMYK) of #afdfa9 color hex is 0.22, 0.00, 0.24, 0.13. Web safe color of #afdfa9 is #99cc99. Color #afdfa9 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011111 10101001
Octal 257 337 251
Decimal 175 223 169
Hex AF DF A9

RGB Percentages of Color #afdfa9

%30.86
%39.33
%29.81

CMYK Percentages of Color #afdfa9

%22
%0
%24
%13

Triadic Colors of #afdfa9

#afdfa9 #a9afdf #dfa9af

Analogous Colors of #afdfa9

#afdfa9 #a9dfbe #cadfa9

Monochromatic Colors of #afdfa9

#afdfa9

Complementary Color

#afdfa9 #d9a9df

#afdfa9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afdfa9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afdfa9 Color CSS Codes

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

#afdfa9 Text Font Color

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

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


#afdfa9 Background Color

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

This div background color is #afdfa9


#afdfa9 Border Color

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

This div border color is #afdfa9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afdfa9


Comments

No comments written yet.

Please login to write comment.