Color Hex Logo

#afc39d Color Hex

#AFC39D
(175,195,157)
0 Favorites   0 Comments

Color spaces of #afc39d

RGB 175195157
HSL0.250.240.69
HSV92°19°76°
CMYK 0.100.000.19   0.24
XYZ43.280150.578539.3798
Yxy50.57850.32480.3796
Hunter Lab71.1186-15.829116.9529
CIE-Lab76.4230-13.706416.8545

#afc39d color RGB value is (175,195,157).

#afc39d hex color red value is 175, green value is 195 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #afc39d hue: 0.25 , saturation: 0.24 and the lightness value of afc39d is 0.69.

The process color (four color CMYK) of #afc39d color hex is 0.10, 0.00, 0.19, 0.24. Web safe color of #afc39d is #99cc99. Color #afc39d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11000011 10011101
Octal 257 303 235
Decimal 175 195 157
Hex AF C3 9D

RGB Percentages of Color #afc39d

%33.21
%37.00
%29.79

CMYK Percentages of Color #afc39d

%10
%0
%19
%24

Triadic Colors of #afc39d

#afc39d #9dafc3 #c39daf

Analogous Colors of #afc39d

#afc39d #9dc39e #c2c39d

Monochromatic Colors of #afc39d

#afc39d

Complementary Color

#afc39d #b19dc3

#afc39d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc39d Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc39d Color CSS Codes

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

#afc39d Text Font Color

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

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


#afc39d Background Color

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

This div background color is #afc39d


#afc39d Border Color

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

This div border color is #afc39d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc39d


Comments

No comments written yet.

Please login to write comment.