Color Hex Logo

#afc99d Color Hex

#AFC99D
(175,201,157)
0 Favorites   0 Comments

Color spaces of #afc99d

RGB 175201157
HSL0.270.290.70
HSV95°22°79°
CMYK 0.130.000.22   0.21
XYZ44.651653.321639.8370
Yxy53.32160.32400.3869
Hunter Lab73.0216-18.637918.7695
CIE-Lab78.0645-16.760819.1353

#afc99d color RGB value is (175,201,157).

#afc99d hex color red value is 175, green value is 201 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #afc99d hue: 0.27 , saturation: 0.29 and the lightness value of afc99d is 0.70.

The process color (four color CMYK) of #afc99d color hex is 0.13, 0.00, 0.22, 0.21. Web safe color of #afc99d is #99cc99. Color #afc99d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001001 10011101
Octal 257 311 235
Decimal 175 201 157
Hex AF C9 9D

RGB Percentages of Color #afc99d

%32.83
%37.71
%29.46

CMYK Percentages of Color #afc99d

%13
%0
%22
%21

Triadic Colors of #afc99d

#afc99d #9dafc9 #c99daf

Analogous Colors of #afc99d

#afc99d #9dc9a1 #c5c99d

Monochromatic Colors of #afc99d

#afc99d

Complementary Color

#afc99d #b79dc9

#afc99d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc99d Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc99d Color CSS Codes

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

#afc99d Text Font Color

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

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


#afc99d Background Color

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

This div background color is #afc99d


#afc99d Border Color

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

This div border color is #afc99d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc99d


Comments

No comments written yet.

Please login to write comment.