Color Hex Logo

#aedc22 Color Hex

#AEDC22
(174,220,34)
0 Favorites   0 Comments

Color spaces of #aedc22

RGB 17422034
HSL0.210.730.50
HSV75°85°86°
CMYK 0.210.000.85   0.14
XYZ43.337560.300610.8684
Yxy60.30060.37850.5266
Hunter Lab77.6535-36.274846.0592
CIE-Lab82.0013-37.581076.1926

#aedc22 color RGB value is (174,220,34).

#aedc22 hex color red value is 174, green value is 220 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #aedc22 hue: 0.21 , saturation: 0.73 and the lightness value of aedc22 is 0.50.

The process color (four color CMYK) of #aedc22 color hex is 0.21, 0.00, 0.85, 0.14. Web safe color of #aedc22 is #99cc33. Color #aedc22 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011100 00100010
Octal 256 334 42
Decimal 174 220 34
Hex AE DC 22

RGB Percentages of Color #aedc22

%40.65
%51.40
%7.94

CMYK Percentages of Color #aedc22

%21
%0
%85
%14

Triadic Colors of #aedc22

#aedc22 #22aedc #dc22ae

Analogous Colors of #aedc22

#aedc22 #51dc22 #dcad22

Monochromatic Colors of #aedc22

#aedc22

Complementary Color

#aedc22 #5022dc

#aedc22 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aedc22 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aedc22 Color CSS Codes

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

#aedc22 Text Font Color

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

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


#aedc22 Background Color

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

This div background color is #aedc22


#aedc22 Border Color

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

This div border color is #aedc22


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aedc22


Comments

No comments written yet.

Please login to write comment.