Color Hex Logo

#aedd32 Color Hex

#AEDD32
(174,221,50)
0 Favorites   0 Comments

Color spaces of #aedd32

RGB 17422150
HSL0.210.720.53
HSV76°77°87°
CMYK 0.210.000.77   0.13
XYZ43.887760.941912.4674
Yxy60.94190.37420.5196
Hunter Lab78.0653-36.263045.1768
CIE-Lab82.3475-37.451472.4462

#aedd32 color RGB value is (174,221,50).

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

The process color (four color CMYK) of #aedd32 color hex is 0.21, 0.00, 0.77, 0.13. Web safe color of #aedd32 is #99cc33. Color #aedd32 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011101 00110010
Octal 256 335 62
Decimal 174 221 50
Hex AE DD 32

RGB Percentages of Color #aedd32

%39.10
%49.66
%11.24

CMYK Percentages of Color #aedd32

%21
%0
%77
%13

Triadic Colors of #aedd32

#aedd32 #32aedd #dd32ae

Analogous Colors of #aedd32

#aedd32 #59dd32 #ddb732

Monochromatic Colors of #aedd32

#aedd32

Complementary Color

#aedd32 #6132dd

#aedd32 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aedd32 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aedd32 Color CSS Codes

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

#aedd32 Text Font Color

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

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


#aedd32 Background Color

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

This div background color is #aedd32


#aedd32 Border Color

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

This div border color is #aedd32


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aedd32


Comments

No comments written yet.

Please login to write comment.