Color Hex Logo

#aed480 Color Hex

#AED480
(174,212,128)
0 Favorites   0 Comments

Color spaces of #aed480

RGB 174212128
HSL0.240.490.67
HSV87°40°83°
CMYK 0.180.000.40   0.17
XYZ44.895357.644229.1823
Yxy57.64420.34080.4376
Hunter Lab75.9238-27.315930.3578
CIE-Lab80.5406-26.727737.5007

#aed480 color RGB value is (174,212,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11010100 10000000
Octal 256 324 200
Decimal 174 212 128
Hex AE D4 80

RGB Percentages of Color #aed480

%33.85
%41.25
%24.90

CMYK Percentages of Color #aed480

%18
%0
%40
%17

Triadic Colors of #aed480

#aed480 #80aed4 #d480ae

Analogous Colors of #aed480

#aed480 #84d480 #d4d080

Monochromatic Colors of #aed480

#aed480

Complementary Color

#aed480 #a680d4

#aed480 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed480 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed480 Color CSS Codes

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

#aed480 Text Font Color

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

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


#aed480 Background Color

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

This div background color is #aed480


#aed480 Border Color

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

This div border color is #aed480


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed480


Comments

No comments written yet.

Please login to write comment.