Color Hex Logo

#afc09e Color Hex

#AFC09E
(175,192,158)
0 Favorites   0 Comments

Color spaces of #afc09e

RGB 175192158
HSL0.250.210.69
HSV90°18°75°
CMYK 0.090.000.18   0.25
XYZ42.700449.281939.6096
Yxy49.28190.32450.3745
Hunter Lab70.2011-14.277715.6875
CIE-Lab75.6264-11.997915.2044

#afc09e color RGB value is (175,192,158).

#afc09e hex color red value is 175, green value is 192 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #afc09e hue: 0.25 , saturation: 0.21 and the lightness value of afc09e is 0.69.

The process color (four color CMYK) of #afc09e color hex is 0.09, 0.00, 0.18, 0.25. Web safe color of #afc09e is #99cc99. Color #afc09e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11000000 10011110
Octal 257 300 236
Decimal 175 192 158
Hex AF C0 9E

RGB Percentages of Color #afc09e

%33.33
%36.57
%30.10

CMYK Percentages of Color #afc09e

%9
%0
%18
%25

Triadic Colors of #afc09e

#afc09e #9eafc0 #c09eaf

Analogous Colors of #afc09e

#afc09e #9ec09e #c0c09e

Monochromatic Colors of #afc09e

#afc09e

Complementary Color

#afc09e #af9ec0

#afc09e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc09e Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc09e Color CSS Codes

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

#afc09e Text Font Color

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

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


#afc09e Background Color

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

This div background color is #afc09e


#afc09e Border Color

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

This div border color is #afc09e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc09e


Comments

No comments written yet.

Please login to write comment.