Color Hex Logo

#afc48d Color Hex

#AFC48D
(175,196,141)
0 Favorites   0 Comments

Color spaces of #afc48d

RGB 175196141
HSL0.230.320.66
HSV83°28°77°
CMYK 0.110.000.28   0.23
XYZ42.226850.516932.7244
Yxy50.51690.33660.4026
Hunter Lab71.0752-18.332322.4544
CIE-Lab76.3854-16.690825.3174

#afc48d color RGB value is (175,196,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11000100 10001101
Octal 257 304 215
Decimal 175 196 141
Hex AF C4 8D

RGB Percentages of Color #afc48d

%34.18
%38.28
%27.54

CMYK Percentages of Color #afc48d

%11
%0
%28
%23

Triadic Colors of #afc48d

#afc48d #8dafc4 #c48daf

Analogous Colors of #afc48d

#afc48d #94c48d #c4be8d

Monochromatic Colors of #afc48d

#afc48d

Complementary Color

#afc48d #a28dc4

#afc48d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc48d Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc48d Color CSS Codes

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

#afc48d Text Font Color

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

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


#afc48d Background Color

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

This div background color is #afc48d


#afc48d Border Color

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

This div border color is #afc48d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc48d


Comments

No comments written yet.

Please login to write comment.