Color Hex Logo

#afe981 Color Hex

#AFE981
(175,233,129)
0 Favorites   0 Comments

Color spaces of #afe981

RGB 175233129
HSL0.260.700.71
HSV93°45°91°
CMYK 0.250.000.45   0.09
XYZ50.780668.976831.4063
Yxy68.97680.33590.4563
Hunter Lab83.0523-36.201335.7160
CIE-Lab86.4926-36.061344.5669

#afe981 color RGB value is (175,233,129).

#afe981 hex color red value is 175, green value is 233 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #afe981 hue: 0.26 , saturation: 0.70 and the lightness value of afe981 is 0.71.

The process color (four color CMYK) of #afe981 color hex is 0.25, 0.00, 0.45, 0.09. Web safe color of #afe981 is #99ff99. Color #afe981 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101001 10000001
Octal 257 351 201
Decimal 175 233 129
Hex AF E9 81

RGB Percentages of Color #afe981

%32.59
%43.39
%24.02

CMYK Percentages of Color #afe981

%25
%0
%45
%9

Triadic Colors of #afe981

#afe981 #81afe9 #e981af

Analogous Colors of #afe981

#afe981 #81e987 #e3e981

Monochromatic Colors of #afe981

#afe981

Complementary Color

#afe981 #bb81e9

#afe981 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe981 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe981 Color CSS Codes

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

#afe981 Text Font Color

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

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


#afe981 Background Color

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

This div background color is #afe981


#afe981 Border Color

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

This div border color is #afe981


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe981


Comments

No comments written yet.

Please login to write comment.