Color Hex Logo

#afd881 Color Hex

#AFD881
(175,216,129)
0 Favorites   0 Comments

Color spaces of #afd881

RGB 175216129
HSL0.250.530.68
HSV88°40°85°
CMYK 0.190.000.40   0.15
XYZ46.197559.810729.8786
Yxy59.81070.34000.4402
Hunter Lab77.3374-28.713431.2300
CIE-Lab81.7352-28.147938.5429

#afd881 color RGB value is (175,216,129).

#afd881 hex color red value is 175, green value is 216 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #afd881 hue: 0.25 , saturation: 0.53 and the lightness value of afd881 is 0.68.

The process color (four color CMYK) of #afd881 color hex is 0.19, 0.00, 0.40, 0.15. Web safe color of #afd881 is #99cc99. Color #afd881 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011000 10000001
Octal 257 330 201
Decimal 175 216 129
Hex AF D8 81

RGB Percentages of Color #afd881

%33.65
%41.54
%24.81

CMYK Percentages of Color #afd881

%19
%0
%40
%15

Triadic Colors of #afd881

#afd881 #81afd8 #d881af

Analogous Colors of #afd881

#afd881 #84d881 #d8d681

Monochromatic Colors of #afd881

#afd881

Complementary Color

#afd881 #aa81d8

#afd881 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd881 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd881 Color CSS Codes

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

#afd881 Text Font Color

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

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


#afd881 Background Color

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

This div background color is #afd881


#afd881 Border Color

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

This div border color is #afd881


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd881


Comments

No comments written yet.

Please login to write comment.