Color Hex Logo

#aeda20 Color Hex

#AEDA20
(174,218,32)
0 Favorites   0 Comments

Color spaces of #aeda20

RGB 17421832
HSL0.210.740.49
HSV74°85°85°
CMYK 0.200.000.85   0.15
XYZ42.787759.245810.5469
Yxy59.24580.38010.5263
Hunter Lab76.9713-35.473145.7558
CIE-Lab81.4265-36.737876.1255

#aeda20 color RGB value is (174,218,32).

#aeda20 hex color red value is 174, green value is 218 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #aeda20 hue: 0.21 , saturation: 0.74 and the lightness value of aeda20 is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011010 00100000
Octal 256 332 40
Decimal 174 218 32
Hex AE DA 20

RGB Percentages of Color #aeda20

%41.04
%51.42
%7.55

CMYK Percentages of Color #aeda20

%20
%0
%85
%15

Triadic Colors of #aeda20

#aeda20 #20aeda #da20ae

Analogous Colors of #aeda20

#aeda20 #51da20 #daa920

Monochromatic Colors of #aeda20

#aeda20

Complementary Color

#aeda20 #4c20da

#aeda20 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeda20 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeda20 Color CSS Codes

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

#aeda20 Text Font Color

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

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


#aeda20 Background Color

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

This div background color is #aeda20


#aeda20 Border Color

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

This div border color is #aeda20


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeda20


Comments

No comments written yet.

Please login to write comment.