Color Hex Logo

#afc19a Color Hex

#AFC19A
(175,193,154)
0 Favorites   0 Comments

Color spaces of #afc19a

RGB 175193154
HSL0.240.240.68
HSV88°20°76°
CMYK 0.090.000.20   0.24
XYZ42.581949.587037.8988
Yxy49.58700.32740.3812
Hunter Lab70.4180-15.292317.3829
CIE-Lab75.8151-13.165817.6155

#afc19a color RGB value is (175,193,154).

#afc19a hex color red value is 175, green value is 193 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #afc19a hue: 0.24 , saturation: 0.24 and the lightness value of afc19a is 0.68.

The process color (four color CMYK) of #afc19a color hex is 0.09, 0.00, 0.20, 0.24. Web safe color of #afc19a is #99cc99. Color #afc19a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11000001 10011010
Octal 257 301 232
Decimal 175 193 154
Hex AF C1 9A

RGB Percentages of Color #afc19a

%33.52
%36.97
%29.50

CMYK Percentages of Color #afc19a

%9
%0
%20
%24

Triadic Colors of #afc19a

#afc19a #9aafc1 #c19aaf

Analogous Colors of #afc19a

#afc19a #9cc19a #c1c09a

Monochromatic Colors of #afc19a

#afc19a

Complementary Color

#afc19a #ac9ac1

#afc19a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc19a Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc19a Color CSS Codes

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

#afc19a Text Font Color

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

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


#afc19a Background Color

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

This div background color is #afc19a


#afc19a Border Color

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

This div border color is #afc19a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc19a


Comments

No comments written yet.

Please login to write comment.