Color Hex Logo

#aed181 Color Hex

#AED181
(174,209,129)
0 Favorites   0 Comments

Color spaces of #aed181

RGB 174209129
HSL0.240.470.66
HSV86°38°82°
CMYK 0.170.000.38   0.18
XYZ44.218556.184629.2830
Yxy56.18460.34100.4332
Hunter Lab74.9564-25.872429.3068
CIE-Lab79.7188-25.152135.9356

#aed181 color RGB value is (174,209,129).

#aed181 hex color red value is 174, green value is 209 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #aed181 hue: 0.24 , saturation: 0.47 and the lightness value of aed181 is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11010001 10000001
Octal 256 321 201
Decimal 174 209 129
Hex AE D1 81

RGB Percentages of Color #aed181

%33.98
%40.82
%25.20

CMYK Percentages of Color #aed181

%17
%0
%38
%18

Triadic Colors of #aed181

#aed181 #81aed1 #d181ae

Analogous Colors of #aed181

#aed181 #86d181 #d1cc81

Monochromatic Colors of #aed181

#aed181

Complementary Color

#aed181 #a481d1

#aed181 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed181 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed181 Color CSS Codes

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

#aed181 Text Font Color

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

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


#aed181 Background Color

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

This div background color is #aed181


#aed181 Border Color

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

This div border color is #aed181


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed181


Comments

No comments written yet.

Please login to write comment.