Color Hex Logo

#aedc0a Color Hex

#AEDC0A
(174,220,10)
0 Favorites   0 Comments

Color spaces of #aedc0a

RGB 17422010
HSL0.200.910.45
HSV73°95°86°
CMYK 0.210.000.95   0.14
XYZ43.103560.20709.6365
Yxy60.20700.38160.5331
Hunter Lab77.5932-36.630246.9518
CIE-Lab81.9506-38.056279.7518

#aedc0a color RGB value is (174,220,10).

#aedc0a hex color red value is 174, green value is 220 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #aedc0a hue: 0.20 , saturation: 0.91 and the lightness value of aedc0a is 0.45.

The process color (four color CMYK) of #aedc0a color hex is 0.21, 0.00, 0.95, 0.14. Web safe color of #aedc0a is #99cc00. Color #aedc0a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011100 00001010
Octal 256 334 12
Decimal 174 220 10
Hex AE DC A

RGB Percentages of Color #aedc0a

%43.07
%54.46
%2.48

CMYK Percentages of Color #aedc0a

%21
%0
%95
%14

Triadic Colors of #aedc0a

#aedc0a #0aaedc #dc0aae

Analogous Colors of #aedc0a

#aedc0a #45dc0a #dca10a

Monochromatic Colors of #aedc0a

#aedc0a

Complementary Color

#aedc0a #380adc

#aedc0a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aedc0a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aedc0a Color CSS Codes

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

#aedc0a Text Font Color

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

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


#aedc0a Background Color

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

This div background color is #aedc0a


#aedc0a Border Color

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

This div border color is #aedc0a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aedc0a


Comments

No comments written yet.

Please login to write comment.