Color Hex Logo

#aed48d Color Hex

#AED48D
(174,212,141)
0 Favorites   0 Comments

Color spaces of #aed48d

RGB 174212141
HSL0.260.450.69
HSV92°33°83°
CMYK 0.180.000.33   0.17
XYZ45.806858.008733.9818
Yxy58.00870.33240.4210
Hunter Lab76.1634-25.931226.8610
CIE-Lab80.7436-24.985431.1372

#aed48d color RGB value is (174,212,141).

#aed48d hex color red value is 174, green value is 212 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #aed48d hue: 0.26 , saturation: 0.45 and the lightness value of aed48d is 0.69.

The process color (four color CMYK) of #aed48d color hex is 0.18, 0.00, 0.33, 0.17. Web safe color of #aed48d is #99cc99. Color #aed48d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11010100 10001101
Octal 256 324 215
Decimal 174 212 141
Hex AE D4 8D

RGB Percentages of Color #aed48d

%33.02
%40.23
%26.76

CMYK Percentages of Color #aed48d

%18
%0
%33
%17

Triadic Colors of #aed48d

#aed48d #8daed4 #d48dae

Analogous Colors of #aed48d

#aed48d #8dd490 #d2d48d

Monochromatic Colors of #aed48d

#aed48d

Complementary Color

#aed48d #b38dd4

#aed48d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed48d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed48d Color CSS Codes

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

#aed48d Text Font Color

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

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


#aed48d Background Color

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

This div background color is #aed48d


#aed48d Border Color

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

This div border color is #aed48d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed48d


Comments

No comments written yet.

Please login to write comment.