Color Hex Logo

#afe081 Color Hex

#AFE081
(175,224,129)
0 Favorites   0 Comments

Color spaces of #afe081

RGB 175224129
HSL0.250.610.69
HSV91°42°88°
CMYK 0.220.000.42   0.12
XYZ48.297364.010230.5786
Yxy64.01020.33800.4480
Hunter Lab80.0064-32.256433.3437
CIE-Lab83.9711-31.917241.3907

#afe081 color RGB value is (175,224,129).

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

The process color (four color CMYK) of #afe081 color hex is 0.22, 0.00, 0.42, 0.12. Web safe color of #afe081 is #99cc99. Color #afe081 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11100000 10000001
Octal 257 340 201
Decimal 175 224 129
Hex AF E0 81

RGB Percentages of Color #afe081

%33.14
%42.42
%24.43

CMYK Percentages of Color #afe081

%22
%0
%42
%12

Triadic Colors of #afe081

#afe081 #81afe0 #e081af

Analogous Colors of #afe081

#afe081 #81e083 #dfe081

Monochromatic Colors of #afe081

#afe081

Complementary Color

#afe081 #b281e0

#afe081 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe081 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe081 Color CSS Codes

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

#afe081 Text Font Color

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

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


#afe081 Background Color

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

This div background color is #afe081


#afe081 Border Color

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

This div border color is #afe081


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe081


Comments

No comments written yet.

Please login to write comment.