Color Hex Logo

#afd28d Color Hex

#AFD28D
(175,210,141)
0 Favorites   0 Comments

Color spaces of #afd28d

RGB 175210141
HSL0.250.430.69
HSV90°33°82°
CMYK 0.170.000.33   0.18
XYZ45.533557.130233.8267
Yxy57.13020.33360.4186
Hunter Lab75.5845-24.741226.3748
CIE-Lab80.2528-23.650830.4976

#afd28d color RGB value is (175,210,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11010010 10001101
Octal 257 322 215
Decimal 175 210 141
Hex AF D2 8D

RGB Percentages of Color #afd28d

%33.27
%39.92
%26.81

CMYK Percentages of Color #afd28d

%17
%0
%33
%18

Triadic Colors of #afd28d

#afd28d #8dafd2 #d28daf

Analogous Colors of #afd28d

#afd28d #8dd28e #d2d28d

Monochromatic Colors of #afd28d

#afd28d

Complementary Color

#afd28d #b08dd2

#afd28d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd28d Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd28d Color CSS Codes

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

#afd28d Text Font Color

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

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


#afd28d Background Color

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

This div background color is #afd28d


#afd28d Border Color

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

This div border color is #afd28d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd28d


Comments

No comments written yet.

Please login to write comment.