Color Hex Logo

#afc57f Color Hex

#AFC57F
(175,197,127)
0 Favorites   0 Comments

Color spaces of #afc57f

RGB 175197127
HSL0.220.380.64
HSV79°36°77°
CMYK 0.110.000.36   0.23
XYZ41.476250.578827.6553
Yxy50.57880.34650.4225
Hunter Lab71.1188-20.357326.7276
CIE-Lab76.4232-19.127532.6913

#afc57f color RGB value is (175,197,127).

#afc57f hex color red value is 175, green value is 197 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #afc57f hue: 0.22 , saturation: 0.38 and the lightness value of afc57f is 0.64.

The process color (four color CMYK) of #afc57f color hex is 0.11, 0.00, 0.36, 0.23. Web safe color of #afc57f is #99cc66. Color #afc57f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11000101 01111111
Octal 257 305 177
Decimal 175 197 127
Hex AF C5 7F

RGB Percentages of Color #afc57f

%35.07
%39.48
%25.45

CMYK Percentages of Color #afc57f

%11
%0
%36
%23

Triadic Colors of #afc57f

#afc57f #7fafc5 #c57faf

Analogous Colors of #afc57f

#afc57f #8cc57f #c5b87f

Monochromatic Colors of #afc57f

#afc57f

Complementary Color

#afc57f #957fc5

#afc57f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc57f Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc57f Color CSS Codes

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

#afc57f Text Font Color

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

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


#afc57f Background Color

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

This div background color is #afc57f


#afc57f Border Color

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

This div border color is #afc57f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc57f


Comments

No comments written yet.

Please login to write comment.