Color Hex Logo

#aed240 Color Hex

#AED240
(174,210,64)
0 Favorites   0 Comments

Color spaces of #aed240

RGB 17421064
HSL0.210.620.54
HSV75°70°82°
CMYK 0.170.000.70   0.18
XYZ41.427655.462013.3723
Yxy55.46200.37570.5030
Hunter Lab74.4728-31.031841.4849
CIE-Lab79.3066-31.704564.9083

#aed240 color RGB value is (174,210,64).

#aed240 hex color red value is 174, green value is 210 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #aed240 hue: 0.21 , saturation: 0.62 and the lightness value of aed240 is 0.54.

The process color (four color CMYK) of #aed240 color hex is 0.17, 0.00, 0.70, 0.18. Web safe color of #aed240 is #99cc33. Color #aed240 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11010010 01000000
Octal 256 322 100
Decimal 174 210 64
Hex AE D2 40

RGB Percentages of Color #aed240

%38.84
%46.88
%14.29

CMYK Percentages of Color #aed240

%17
%0
%70
%18

Triadic Colors of #aed240

#aed240 #40aed2 #d240ae

Analogous Colors of #aed240

#aed240 #65d240 #d2ad40

Monochromatic Colors of #aed240

#aed240

Complementary Color

#aed240 #6440d2

#aed240 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed240 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed240 Color CSS Codes

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

#aed240 Text Font Color

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

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


#aed240 Background Color

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

This div background color is #aed240


#aed240 Border Color

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

This div border color is #aed240


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed240


Comments

No comments written yet.

Please login to write comment.