Color Hex Logo

#afc28f Color Hex

#AFC28F
(175,194,143)
0 Favorites   0 Comments

Color spaces of #afc28f

RGB 175194143
HSL0.230.290.66
HSV82°26°76°
CMYK 0.100.000.26   0.24
XYZ41.928949.680733.3660
Yxy49.68070.33550.3975
Hunter Lab70.4845-17.164221.2725
CIE-Lab75.8729-15.380723.5638

#afc28f color RGB value is (175,194,143).

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

The process color (four color CMYK) of #afc28f color hex is 0.10, 0.00, 0.26, 0.24. Web safe color of #afc28f is #99cc99. Color #afc28f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11000010 10001111
Octal 257 302 217
Decimal 175 194 143
Hex AF C2 8F

RGB Percentages of Color #afc28f

%34.18
%37.89
%27.93

CMYK Percentages of Color #afc28f

%10
%0
%26
%24

Triadic Colors of #afc28f

#afc28f #8fafc2 #c28faf

Analogous Colors of #afc28f

#afc28f #96c28f #c2bc8f

Monochromatic Colors of #afc28f

#afc28f

Complementary Color

#afc28f #a28fc2

#afc28f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc28f Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc28f Color CSS Codes

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

#afc28f Text Font Color

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

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


#afc28f Background Color

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

This div background color is #afc28f


#afc28f Border Color

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

This div border color is #afc28f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,194,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 #afc28f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc28f


Comments

No comments written yet.

Please login to write comment.