Color Hex Logo

#afd17e Color Hex

#AFD17E
(175,209,126)
0 Favorites   0 Comments

Color spaces of #afd17e

RGB 175209126
HSL0.230.470.66
HSV85°40°82°
CMYK 0.160.000.40   0.18
XYZ44.245656.221228.2585
Yxy56.22120.34370.4368
Hunter Lab74.9808-25.884930.1416
CIE-Lab79.7395-25.162637.4949

#afd17e color RGB value is (175,209,126).

#afd17e hex color red value is 175, green value is 209 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #afd17e hue: 0.23 , saturation: 0.47 and the lightness value of afd17e is 0.66.

The process color (four color CMYK) of #afd17e color hex is 0.16, 0.00, 0.40, 0.18. Web safe color of #afd17e is #99cc66. Color #afd17e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11010001 01111110
Octal 257 321 176
Decimal 175 209 126
Hex AF D1 7E

RGB Percentages of Color #afd17e

%34.31
%40.98
%24.71

CMYK Percentages of Color #afd17e

%16
%0
%40
%18

Triadic Colors of #afd17e

#afd17e #7eafd1 #d17eaf

Analogous Colors of #afd17e

#afd17e #86d17e #d1ca7e

Monochromatic Colors of #afd17e

#afd17e

Complementary Color

#afd17e #a07ed1

#afd17e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd17e Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd17e Color CSS Codes

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

#afd17e Text Font Color

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

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


#afd17e Background Color

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

This div background color is #afd17e


#afd17e Border Color

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

This div border color is #afd17e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd17e


Comments

No comments written yet.

Please login to write comment.