Color Hex Logo

#afd28f Color Hex

#AFD28F
(175,210,143)
0 Favorites   0 Comments

Color spaces of #afd28f

RGB 175210143
HSL0.250.430.69
HSV91°32°82°
CMYK 0.170.000.32   0.18
XYZ45.683757.190334.6176
Yxy57.19030.33230.4160
Hunter Lab75.6243-24.512825.7965
CIE-Lab80.2865-23.366529.5082

#afd28f color RGB value is (175,210,143).

#afd28f hex color red value is 175, green value is 210 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #afd28f hue: 0.25 , saturation: 0.43 and the lightness value of afd28f is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11010010 10001111
Octal 257 322 217
Decimal 175 210 143
Hex AF D2 8F

RGB Percentages of Color #afd28f

%33.14
%39.77
%27.08

CMYK Percentages of Color #afd28f

%17
%0
%32
%18

Triadic Colors of #afd28f

#afd28f #8fafd2 #d28faf

Analogous Colors of #afd28f

#afd28f #8fd291 #d1d28f

Monochromatic Colors of #afd28f

#afd28f

Complementary Color

#afd28f #b28fd2

#afd28f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd28f Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd28f Color CSS Codes

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

#afd28f Text Font Color

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

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


#afd28f Background Color

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

This div background color is #afd28f


#afd28f Border Color

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

This div border color is #afd28f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd28f


Comments

No comments written yet.

Please login to write comment.