Color Hex Logo

#aedd11 Color Hex

#AEDD11
(174,221,17)
0 Favorites   0 Comments

Color spaces of #aedd11

RGB 17422117
HSL0.210.860.47
HSV74°92°87°
CMYK 0.210.000.92   0.13
XYZ43.413260.75209.9685
Yxy60.75200.38040.5323
Hunter Lab77.9436-36.979946.9777
CIE-Lab82.2452-38.408479.2479

#aedd11 color RGB value is (174,221,17).

#aedd11 hex color red value is 174, green value is 221 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #aedd11 hue: 0.21 , saturation: 0.86 and the lightness value of aedd11 is 0.47.

The process color (four color CMYK) of #aedd11 color hex is 0.21, 0.00, 0.92, 0.13. Web safe color of #aedd11 is #99cc00. Color #aedd11 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011101 00010001
Octal 256 335 21
Decimal 174 221 17
Hex AE DD 11

RGB Percentages of Color #aedd11

%42.23
%53.64
%4.13

CMYK Percentages of Color #aedd11

%21
%0
%92
%13

Triadic Colors of #aedd11

#aedd11 #11aedd #dd11ae

Analogous Colors of #aedd11

#aedd11 #48dd11 #dda611

Monochromatic Colors of #aedd11

#aedd11

Complementary Color

#aedd11 #4011dd

#aedd11 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aedd11 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aedd11 Color CSS Codes

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

#aedd11 Text Font Color

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

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


#aedd11 Background Color

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

This div background color is #aedd11


#aedd11 Border Color

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

This div border color is #aedd11


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aedd11


Comments

No comments written yet.

Please login to write comment.