Color Hex Logo

#aedc48 Color Hex

#AEDC48
(174,220,72)
0 Favorites   0 Comments

Color spaces of #aedc48

RGB 17422072
HSL0.220.680.57
HSV79°67°86°
CMYK 0.210.000.67   0.14
XYZ44.218560.652915.5075
Yxy60.65290.36730.5038
Hunter Lab77.8800-34.941742.7101
CIE-Lab82.1918-35.811764.8505

#aedc48 color RGB value is (174,220,72).

#aedc48 hex color red value is 174, green value is 220 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #aedc48 hue: 0.22 , saturation: 0.68 and the lightness value of aedc48 is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011100 01001000
Octal 256 334 110
Decimal 174 220 72
Hex AE DC 48

RGB Percentages of Color #aedc48

%37.34
%47.21
%15.45

CMYK Percentages of Color #aedc48

%21
%0
%67
%14

Triadic Colors of #aedc48

#aedc48 #48aedc #dc48ae

Analogous Colors of #aedc48

#aedc48 #64dc48 #dcc048

Monochromatic Colors of #aedc48

#aedc48

Complementary Color

#aedc48 #7648dc

#aedc48 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aedc48 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aedc48 Color CSS Codes

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

#aedc48 Text Font Color

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

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


#aedc48 Background Color

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

This div background color is #aedc48


#aedc48 Border Color

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

This div border color is #aedc48


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aedc48


Comments

No comments written yet.

Please login to write comment.