Color Hex Logo

#afc58c Color Hex

#AFC58C
(175,197,140)
0 Favorites   0 Comments

Color spaces of #afc58c

RGB 175197140
HSL0.230.330.66
HSV83°29°77°
CMYK 0.110.000.29   0.23
XYZ42.379150.939932.4097
Yxy50.93990.33710.4052
Hunter Lab71.3722-18.912323.0373
CIE-Lab76.6426-17.341126.1916

#afc58c color RGB value is (175,197,140).

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

The process color (four color CMYK) of #afc58c color hex is 0.11, 0.00, 0.29, 0.23. Web safe color of #afc58c is #99cc99. Color #afc58c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11000101 10001100
Octal 257 305 214
Decimal 175 197 140
Hex AF C5 8C

RGB Percentages of Color #afc58c

%34.18
%38.48
%27.34

CMYK Percentages of Color #afc58c

%11
%0
%29
%23

Triadic Colors of #afc58c

#afc58c #8cafc5 #c58caf

Analogous Colors of #afc58c

#afc58c #93c58c #c5bf8c

Monochromatic Colors of #afc58c

#afc58c

Complementary Color

#afc58c #a28cc5

#afc58c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc58c Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc58c Color CSS Codes

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

#afc58c Text Font Color

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

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


#afc58c Background Color

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

This div background color is #afc58c


#afc58c Border Color

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

This div border color is #afc58c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc58c


Comments

No comments written yet.

Please login to write comment.