Color Hex Logo

#afc89a Color Hex

#AFC89A
(175,200,154)
0 Favorites   0 Comments

Color spaces of #afc89a

RGB 175200154
HSL0.260.290.69
HSV93°23°78°
CMYK 0.130.000.23   0.22
XYZ44.166252.755638.4269
Yxy52.75560.32630.3898
Hunter Lab72.6331-18.566819.4754
CIE-Lab77.7305-16.734720.2675

#afc89a color RGB value is (175,200,154).

#afc89a hex color red value is 175, green value is 200 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #afc89a hue: 0.26 , saturation: 0.29 and the lightness value of afc89a is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001000 10011010
Octal 257 310 232
Decimal 175 200 154
Hex AF C8 9A

RGB Percentages of Color #afc89a

%33.08
%37.81
%29.11

CMYK Percentages of Color #afc89a

%13
%0
%23
%22

Triadic Colors of #afc89a

#afc89a #9aafc8 #c89aaf

Analogous Colors of #afc89a

#afc89a #9ac89c #c6c89a

Monochromatic Colors of #afc89a

#afc89a

Complementary Color

#afc89a #b39ac8

#afc89a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc89a Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc89a Color CSS Codes

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

#afc89a Text Font Color

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

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


#afc89a Background Color

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

This div background color is #afc89a


#afc89a Border Color

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

This div border color is #afc89a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc89a


Comments

No comments written yet.

Please login to write comment.