Color Hex Logo

#aedd12 Color Hex

#AEDD12
(174,221,18)
0 Favorites   0 Comments

Color spaces of #aedd12

RGB 17422118
HSL0.210.850.47
HSV74°92°87°
CMYK 0.210.000.92   0.13
XYZ43.421260.755210.0107
Yxy60.75520.38030.5321
Hunter Lab77.9456-36.967846.9472
CIE-Lab82.2470-38.392279.1238

#aedd12 color RGB value is (174,221,18).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011101 00010010
Octal 256 335 22
Decimal 174 221 18
Hex AE DD 12

RGB Percentages of Color #aedd12

%42.13
%53.51
%4.36

CMYK Percentages of Color #aedd12

%21
%0
%92
%13

Triadic Colors of #aedd12

#aedd12 #12aedd #dd12ae

Analogous Colors of #aedd12

#aedd12 #49dd12 #dda712

Monochromatic Colors of #aedd12

#aedd12

Complementary Color

#aedd12 #4112dd

#aedd12 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aedd12 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aedd12 Color CSS Codes

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

#aedd12 Text Font Color

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

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


#aedd12 Background Color

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

This div background color is #aedd12


#aedd12 Border Color

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

This div border color is #aedd12


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aedd12


Comments

No comments written yet.

Please login to write comment.