Color Hex Logo

#afc17f Color Hex

#AFC17F
(175,193,127)
0 Favorites   0 Comments

Color spaces of #afc17f

RGB 175193127
HSL0.210.350.63
HSV76°34°76°
CMYK 0.090.000.34   0.24
XYZ40.579948.786227.3566
Yxy48.78620.34770.4180
Hunter Lab69.8471-18.527225.6712
CIE-Lab75.3181-17.116231.2437

#afc17f color RGB value is (175,193,127).

#afc17f hex color red value is 175, green value is 193 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #afc17f hue: 0.21 , saturation: 0.35 and the lightness value of afc17f is 0.63.

The process color (four color CMYK) of #afc17f color hex is 0.09, 0.00, 0.34, 0.24. Web safe color of #afc17f is #99cc66. Color #afc17f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11000001 01111111
Octal 257 301 177
Decimal 175 193 127
Hex AF C1 7F

RGB Percentages of Color #afc17f

%35.35
%38.99
%25.66

CMYK Percentages of Color #afc17f

%9
%0
%34
%24

Triadic Colors of #afc17f

#afc17f #7fafc1 #c17faf

Analogous Colors of #afc17f

#afc17f #8ec17f #c1b27f

Monochromatic Colors of #afc17f

#afc17f

Complementary Color

#afc17f #917fc1

#afc17f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc17f Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc17f Color CSS Codes

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

#afc17f Text Font Color

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

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


#afc17f Background Color

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

This div background color is #afc17f


#afc17f Border Color

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

This div border color is #afc17f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc17f


Comments

No comments written yet.

Please login to write comment.