Color Hex Logo

#aedd48 Color Hex

#AEDD48
(174,221,72)
0 Favorites   0 Comments

Color spaces of #aedd48

RGB 17422172
HSL0.220.690.57
HSV79°67°87°
CMYK 0.210.000.67   0.13
XYZ44.481761.179515.5953
Yxy61.17950.36680.5045
Hunter Lab78.2173-35.368542.9306
CIE-Lab82.4751-36.265965.1423

#aedd48 color RGB value is (174,221,72).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011101 01001000
Octal 256 335 110
Decimal 174 221 72
Hex AE DD 48

RGB Percentages of Color #aedd48

%37.26
%47.32
%15.42

CMYK Percentages of Color #aedd48

%21
%0
%67
%13

Triadic Colors of #aedd48

#aedd48 #48aedd #dd48ae

Analogous Colors of #aedd48

#aedd48 #63dd48 #ddc248

Monochromatic Colors of #aedd48

#aedd48

Complementary Color

#aedd48 #7748dd

#aedd48 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aedd48 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aedd48 Color CSS Codes

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

#aedd48 Text Font Color

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

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


#aedd48 Background Color

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

This div background color is #aedd48


#aedd48 Border Color

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

This div border color is #aedd48


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aedd48


Comments

No comments written yet.

Please login to write comment.