Color Hex Logo

#aedb0a Color Hex

#AEDB0A
(174,219,10)
0 Favorites   0 Comments

Color spaces of #aedb0a

RGB 17421910
HSL0.200.910.45
HSV73°95°86°
CMYK 0.210.000.95   0.14
XYZ42.841959.68369.5492
Yxy59.68360.38230.5325
Hunter Lab77.2552-36.209246.7500
CIE-Lab81.6659-37.607979.5310

#aedb0a color RGB value is (174,219,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011011 00001010
Octal 256 333 12
Decimal 174 219 10
Hex AE DB A

RGB Percentages of Color #aedb0a

%43.18
%54.34
%2.48

CMYK Percentages of Color #aedb0a

%21
%0
%95
%14

Triadic Colors of #aedb0a

#aedb0a #0aaedb #db0aae

Analogous Colors of #aedb0a

#aedb0a #45db0a #dba00a

Monochromatic Colors of #aedb0a

#aedb0a

Complementary Color

#aedb0a #370adb

#aedb0a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aedb0a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aedb0a Color CSS Codes

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

#aedb0a Text Font Color

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

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


#aedb0a Background Color

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

This div background color is #aedb0a


#aedb0a Border Color

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

This div border color is #aedb0a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aedb0a


Comments

No comments written yet.

Please login to write comment.