Color Hex Logo

#afc18f Color Hex

#AFC18F
(175,193,143)
0 Favorites   0 Comments

Color spaces of #afc18f

RGB 175193143
HSL0.230.290.66
HSV82°26°76°
CMYK 0.090.000.26   0.24
XYZ41.707149.237133.2921
Yxy49.23710.33570.3963
Hunter Lab70.1692-16.699320.9880
CIE-Lab75.5986-14.870923.1905

#afc18f color RGB value is (175,193,143).

#afc18f hex color red value is 175, green value is 193 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #afc18f hue: 0.23 , saturation: 0.29 and the lightness value of afc18f is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11000001 10001111
Octal 257 301 217
Decimal 175 193 143
Hex AF C1 8F

RGB Percentages of Color #afc18f

%34.25
%37.77
%27.98

CMYK Percentages of Color #afc18f

%9
%0
%26
%24

Triadic Colors of #afc18f

#afc18f #8fafc1 #c18faf

Analogous Colors of #afc18f

#afc18f #96c18f #c1ba8f

Monochromatic Colors of #afc18f

#afc18f

Complementary Color

#afc18f #a18fc1

#afc18f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc18f Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc18f Color CSS Codes

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

#afc18f Text Font Color

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

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


#afc18f Background Color

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

This div background color is #afc18f


#afc18f Border Color

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

This div border color is #afc18f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc18f


Comments

No comments written yet.

Please login to write comment.