Color Hex Logo

#aefd81 Color Hex

#AEFD81
(174,253,129)
0 Favorites   0 Comments

Color spaces of #aefd81

RGB 174253129
HSL0.270.970.75
HSV98°49°99°
CMYK 0.310.000.49   0.01
XYZ56.543380.834233.3913
Yxy80.83420.33110.4734
Hunter Lab89.9078-45.079640.9155
CIE-Lab92.0579-45.249051.4349

#aefd81 color RGB value is (174,253,129).

#aefd81 hex color red value is 174, green value is 253 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #aefd81 hue: 0.27 , saturation: 0.97 and the lightness value of aefd81 is 0.75.

The process color (four color CMYK) of #aefd81 color hex is 0.31, 0.00, 0.49, 0.01. Web safe color of #aefd81 is #99ff99. Color #aefd81 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111101 10000001
Octal 256 375 201
Decimal 174 253 129
Hex AE FD 81

RGB Percentages of Color #aefd81

%31.29
%45.50
%23.20

CMYK Percentages of Color #aefd81

%31
%0
%49
%1

Triadic Colors of #aefd81

#aefd81 #81aefd #fd81ae

Analogous Colors of #aefd81

#aefd81 #81fd92 #ecfd81

Monochromatic Colors of #aefd81

#aefd81

Complementary Color

#aefd81 #d081fd

#aefd81 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aefd81 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aefd81 Color CSS Codes

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

#aefd81 Text Font Color

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

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


#aefd81 Background Color

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

This div background color is #aefd81


#aefd81 Border Color

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

This div border color is #aefd81


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aefd81


Comments

No comments written yet.

Please login to write comment.