Color Hex Logo

#afc19f Color Hex

#AFC19F
(175,193,159)
0 Favorites   0 Comments

Color spaces of #afc19f

RGB 175193159
HSL0.250.220.69
HSV92°18°76°
CMYK 0.090.000.18   0.24
XYZ43.007249.757140.1382
Yxy49.75710.32360.3744
Hunter Lab70.5387-14.611915.6397
CIE-Lab75.9199-12.348315.0782

#afc19f color RGB value is (175,193,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11000001 10011111
Octal 257 301 237
Decimal 175 193 159
Hex AF C1 9F

RGB Percentages of Color #afc19f

%33.21
%36.62
%30.17

CMYK Percentages of Color #afc19f

%9
%0
%18
%24

Triadic Colors of #afc19f

#afc19f #9fafc1 #c19faf

Analogous Colors of #afc19f

#afc19f #9fc1a0 #c0c19f

Monochromatic Colors of #afc19f

#afc19f

Complementary Color

#afc19f #b19fc1

#afc19f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc19f Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc19f Color CSS Codes

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

#afc19f Text Font Color

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

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


#afc19f Background Color

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

This div background color is #afc19f


#afc19f Border Color

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

This div border color is #afc19f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc19f


Comments

No comments written yet.

Please login to write comment.