Color Hex Logo

#aeda4c Color Hex

#AEDA4C
(174,218,76)
0 Favorites   0 Comments

Color spaces of #aeda4c

RGB 17421876
HSL0.220.660.58
HSV79°65°85°
CMYK 0.200.000.65   0.15
XYZ43.831559.663316.0435
Yxy59.66330.36670.4991
Hunter Lab77.2420-33.882541.7546
CIE-Lab81.6548-34.630862.7350

#aeda4c color RGB value is (174,218,76).

#aeda4c hex color red value is 174, green value is 218 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #aeda4c hue: 0.22 , saturation: 0.66 and the lightness value of aeda4c is 0.58.

The process color (four color CMYK) of #aeda4c color hex is 0.20, 0.00, 0.65, 0.15. Web safe color of #aeda4c is #99cc33. Color #aeda4c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011010 01001100
Octal 256 332 114
Decimal 174 218 76
Hex AE DA 4C

RGB Percentages of Color #aeda4c

%37.18
%46.58
%16.24

CMYK Percentages of Color #aeda4c

%20
%0
%65
%15

Triadic Colors of #aeda4c

#aeda4c #4caeda #da4cae

Analogous Colors of #aeda4c

#aeda4c #67da4c #dabf4c

Monochromatic Colors of #aeda4c

#aeda4c

Complementary Color

#aeda4c #784cda

#aeda4c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeda4c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeda4c Color CSS Codes

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

#aeda4c Text Font Color

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

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


#aeda4c Background Color

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

This div background color is #aeda4c


#aeda4c Border Color

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

This div border color is #aeda4c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeda4c


Comments

No comments written yet.

Please login to write comment.