Color Hex Logo

#afd29e Color Hex

#AFD29E
(175,210,158)
0 Favorites   0 Comments

Color spaces of #afd29e

RGB 175210158
HSL0.280.370.72
HSV100°25°82°
CMYK 0.170.000.25   0.18
XYZ46.897357.675841.0085
Yxy57.67580.32210.3962
Hunter Lab75.9446-22.675721.1458
CIE-Lab80.5582-21.099722.0462

#afd29e color RGB value is (175,210,158).

#afd29e hex color red value is 175, green value is 210 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #afd29e hue: 0.28 , saturation: 0.37 and the lightness value of afd29e is 0.72.

The process color (four color CMYK) of #afd29e color hex is 0.17, 0.00, 0.25, 0.18. Web safe color of #afd29e is #99cc99. Color #afd29e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11010010 10011110
Octal 257 322 236
Decimal 175 210 158
Hex AF D2 9E

RGB Percentages of Color #afd29e

%32.23
%38.67
%29.10

CMYK Percentages of Color #afd29e

%17
%0
%25
%18

Triadic Colors of #afd29e

#afd29e #9eafd2 #d29eaf

Analogous Colors of #afd29e

#afd29e #9ed2a7 #c9d29e

Monochromatic Colors of #afd29e

#afd29e

Complementary Color

#afd29e #c19ed2

#afd29e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd29e Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd29e Color CSS Codes

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

#afd29e Text Font Color

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

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


#afd29e Background Color

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

This div background color is #afd29e


#afd29e Border Color

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

This div border color is #afd29e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd29e


Comments

No comments written yet.

Please login to write comment.