Color Hex Logo

#aed180 Color Hex

#AED180
(174,209,128)
0 Favorites   0 Comments

Color spaces of #aed180

RGB 174209128
HSL0.240.470.66
HSV86°39°82°
CMYK 0.170.000.39   0.18
XYZ44.152356.158128.9346
Yxy56.15810.34160.4345
Hunter Lab74.9387-25.974329.5646
CIE-Lab79.7037-25.280736.4237

#aed180 color RGB value is (174,209,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11010001 10000000
Octal 256 321 200
Decimal 174 209 128
Hex AE D1 80

RGB Percentages of Color #aed180

%34.05
%40.90
%25.05

CMYK Percentages of Color #aed180

%17
%0
%39
%18

Triadic Colors of #aed180

#aed180 #80aed1 #d180ae

Analogous Colors of #aed180

#aed180 #86d180 #d1cc80

Monochromatic Colors of #aed180

#aed180

Complementary Color

#aed180 #a380d1

#aed180 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed180 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed180 Color CSS Codes

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

#aed180 Text Font Color

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

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


#aed180 Background Color

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

This div background color is #aed180


#aed180 Border Color

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

This div border color is #aed180


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,209,128, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed180


Comments

No comments written yet.

Please login to write comment.