Color Hex Logo

#afd48d Color Hex

#AFD48D
(175,212,141)
0 Favorites   0 Comments

Color spaces of #afd48d

RGB 175212141
HSL0.250.450.69
HSV91°33°83°
CMYK 0.170.000.33   0.17
XYZ46.030458.124033.9923
Yxy58.12400.33320.4207
Hunter Lab76.2391-25.646626.9321
CIE-Lab80.8077-24.624631.2337

#afd48d color RGB value is (175,212,141).

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

The process color (four color CMYK) of #afd48d color hex is 0.17, 0.00, 0.33, 0.17. Web safe color of #afd48d is #99cc99. Color #afd48d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11010100 10001101
Octal 257 324 215
Decimal 175 212 141
Hex AF D4 8D

RGB Percentages of Color #afd48d

%33.14
%40.15
%26.70

CMYK Percentages of Color #afd48d

%17
%0
%33
%17

Triadic Colors of #afd48d

#afd48d #8dafd4 #d48daf

Analogous Colors of #afd48d

#afd48d #8dd48f #d3d48d

Monochromatic Colors of #afd48d

#afd48d

Complementary Color

#afd48d #b28dd4

#afd48d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd48d Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd48d Color CSS Codes

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

#afd48d Text Font Color

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

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


#afd48d Background Color

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

This div background color is #afd48d


#afd48d Border Color

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

This div border color is #afd48d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd48d


Comments

No comments written yet.

Please login to write comment.