Color Hex Logo

#aed47f Color Hex

#AED47F
(174,212,127)
0 Favorites   0 Comments

Color spaces of #aed47f

RGB 174212127
HSL0.240.500.66
HSV87°40°83°
CMYK 0.180.000.40   0.17
XYZ44.829857.617928.8373
Yxy57.61790.34150.4389
Hunter Lab75.9065-27.415530.6099
CIE-Lab80.5259-26.853937.9856

#aed47f color RGB value is (174,212,127).

#aed47f hex color red value is 174, green value is 212 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #aed47f hue: 0.24 , saturation: 0.50 and the lightness value of aed47f is 0.66.

The process color (four color CMYK) of #aed47f color hex is 0.18, 0.00, 0.40, 0.17. Web safe color of #aed47f is #99cc66. Color #aed47f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11010100 01111111
Octal 256 324 177
Decimal 174 212 127
Hex AE D4 7F

RGB Percentages of Color #aed47f

%33.92
%41.33
%24.76

CMYK Percentages of Color #aed47f

%18
%0
%40
%17

Triadic Colors of #aed47f

#aed47f #7faed4 #d47fae

Analogous Colors of #aed47f

#aed47f #84d47f #d4d07f

Monochromatic Colors of #aed47f

#aed47f

Complementary Color

#aed47f #a57fd4

#aed47f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed47f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed47f Color CSS Codes

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

#aed47f Text Font Color

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

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


#aed47f Background Color

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

This div background color is #aed47f


#aed47f Border Color

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

This div border color is #aed47f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed47f


Comments

No comments written yet.

Please login to write comment.