Color Hex Logo

#afc87c Color Hex

#AFC87C
(175,200,124)
0 Favorites   0 Comments

Color spaces of #afc87c

RGB 175200124
HSL0.220.410.64
HSV80°38°78°
CMYK 0.130.000.38   0.22
XYZ41.971651.877726.8701
Yxy51.87770.34770.4297
Hunter Lab72.0262-22.029028.2996
CIE-Lab77.2077-21.005035.2541

#afc87c color RGB value is (175,200,124).

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

The process color (four color CMYK) of #afc87c color hex is 0.13, 0.00, 0.38, 0.22. Web safe color of #afc87c is #99cc66. Color #afc87c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001000 01111100
Octal 257 310 174
Decimal 175 200 124
Hex AF C8 7C

RGB Percentages of Color #afc87c

%35.07
%40.08
%24.85

CMYK Percentages of Color #afc87c

%13
%0
%38
%22

Triadic Colors of #afc87c

#afc87c #7cafc8 #c87caf

Analogous Colors of #afc87c

#afc87c #89c87c #c8bb7c

Monochromatic Colors of #afc87c

#afc87c

Complementary Color

#afc87c #957cc8

#afc87c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc87c Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc87c Color CSS Codes

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

#afc87c Text Font Color

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

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


#afc87c Background Color

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

This div background color is #afc87c


#afc87c Border Color

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

This div border color is #afc87c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc87c


Comments

No comments written yet.

Please login to write comment.