Color Hex Logo

#afc89e Color Hex

#AFC89E
(175,200,158)
0 Favorites   0 Comments

Color spaces of #afc89e

RGB 175200158
HSL0.270.280.70
HSV96°21°78°
CMYK 0.130.000.21   0.22
XYZ44.505052.891140.2111
Yxy52.89110.32340.3844
Hunter Lab72.7263-18.037518.1263
CIE-Lab77.8107-16.092618.2513

#afc89e color RGB value is (175,200,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001000 10011110
Octal 257 310 236
Decimal 175 200 158
Hex AF C8 9E

RGB Percentages of Color #afc89e

%32.83
%37.52
%29.64

CMYK Percentages of Color #afc89e

%13
%0
%21
%22

Triadic Colors of #afc89e

#afc89e #9eafc8 #c89eaf

Analogous Colors of #afc89e

#afc89e #9ec8a2 #c4c89e

Monochromatic Colors of #afc89e

#afc89e

Complementary Color

#afc89e #b79ec8

#afc89e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc89e Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc89e Color CSS Codes

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

#afc89e Text Font Color

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

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


#afc89e Background Color

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

This div background color is #afc89e


#afc89e Border Color

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

This div border color is #afc89e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc89e


Comments

No comments written yet.

Please login to write comment.