Color Hex Logo

#aedc32 Color Hex

#AEDC32
(174,220,50)
0 Favorites   0 Comments

Color spaces of #aedc32

RGB 17422050
HSL0.210.710.53
HSV76°77°86°
CMYK 0.210.000.77   0.14
XYZ43.624560.415412.3797
Yxy60.41540.37470.5189
Hunter Lab77.7273-35.839744.9660
CIE-Lab82.0635-37.001272.1847

#aedc32 color RGB value is (174,220,50).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011100 00110010
Octal 256 334 62
Decimal 174 220 50
Hex AE DC 32

RGB Percentages of Color #aedc32

%39.19
%49.55
%11.26

CMYK Percentages of Color #aedc32

%21
%0
%77
%14

Triadic Colors of #aedc32

#aedc32 #32aedc #dc32ae

Analogous Colors of #aedc32

#aedc32 #59dc32 #dcb532

Monochromatic Colors of #aedc32

#aedc32

Complementary Color

#aedc32 #6032dc

#aedc32 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aedc32 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aedc32 Color CSS Codes

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

#aedc32 Text Font Color

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

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


#aedc32 Background Color

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

This div background color is #aedc32


#aedc32 Border Color

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

This div border color is #aedc32


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aedc32


Comments

No comments written yet.

Please login to write comment.