Color Hex Logo

#aed48f Color Hex

#AED48F
(174,212,143)
0 Favorites   0 Comments

Color spaces of #aed48f

RGB 174212143
HSL0.260.450.70
HSV93°33°83°
CMYK 0.180.000.33   0.17
XYZ45.957058.068834.7728
Yxy58.06880.33110.4184
Hunter Lab76.2029-25.704026.2869
CIE-Lab80.7770-24.701330.1502

#aed48f color RGB value is (174,212,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11010100 10001111
Octal 256 324 217
Decimal 174 212 143
Hex AE D4 8F

RGB Percentages of Color #aed48f

%32.89
%40.08
%27.03

CMYK Percentages of Color #aed48f

%18
%0
%33
%17

Triadic Colors of #aed48f

#aed48f #8faed4 #d48fae

Analogous Colors of #aed48f

#aed48f #8fd493 #d1d48f

Monochromatic Colors of #aed48f

#aed48f

Complementary Color

#aed48f #b58fd4

#aed48f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed48f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed48f Color CSS Codes

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

#aed48f Text Font Color

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

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


#aed48f Background Color

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

This div background color is #aed48f


#aed48f Border Color

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

This div border color is #aed48f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed48f


Comments

No comments written yet.

Please login to write comment.