Color Hex Logo

#afd99d Color Hex

#AFD99D
(175,217,157)
0 Favorites   0 Comments

Color spaces of #afd99d

RGB 175217157
HSL0.280.440.73
HSV102°28°85°
CMYK 0.190.000.28   0.15
XYZ48.577961.174041.1457
Yxy61.17400.32190.4054
Hunter Lab78.2138-26.009423.5592
CIE-Lab82.4722-24.685325.1853

#afd99d color RGB value is (175,217,157).

#afd99d hex color red value is 175, green value is 217 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #afd99d hue: 0.28 , saturation: 0.44 and the lightness value of afd99d is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011001 10011101
Octal 257 331 235
Decimal 175 217 157
Hex AF D9 9D

RGB Percentages of Color #afd99d

%31.88
%39.53
%28.60

CMYK Percentages of Color #afd99d

%19
%0
%28
%15

Triadic Colors of #afd99d

#afd99d #9dafd9 #d99daf

Analogous Colors of #afd99d

#afd99d #9dd9a9 #cdd99d

Monochromatic Colors of #afd99d

#afd99d

Complementary Color

#afd99d #c79dd9

#afd99d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd99d Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd99d Color CSS Codes

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

#afd99d Text Font Color

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

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


#afd99d Background Color

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

This div background color is #afd99d


#afd99d Border Color

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

This div border color is #afd99d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd99d


Comments

No comments written yet.

Please login to write comment.