color codes Logo

#aed46f color codes

#AED46F
(174,212,111)
0 Favorites   0 Comments

Color spaces of #aed46f

RGB 174212111
HSL0.230.540.63
HSV83°48°83°
CMYK 0.180.000.48   0.17
XYZ43.868357.233323.7740
Yxy57.23330.35130.4583
Hunter Lab75.6527-28.886434.3249
CIE-Lab80.3106-28.728845.6202

#aed46f color RGB value is (174,212,111).

#aed46f hex color red value is 174, green value is 212 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #aed46f hue: 0.23 , saturation: 0.54 and the lightness value of aed46f is 0.63.

The process color (four color CMYK) of #aed46f color code is 0.18, 0.00, 0.48, 0.17. Web safe color of #aed46f is #99cc66. Color #aed46f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11010100 01101111
Octal 256 324 157
Decimal 174 212 111
Hex AE D4 6F

RGB Percentages of Color #aed46f

%35.01
%42.66
%22.33

CMYK Percentages of Color #aed46f

%18
%0
%48
%17

Triadic Colors of #aed46f

#aed46f #6faed4 #d46fae

Analogous Colors of #aed46f

#aed46f #7cd46f #d4c86f

Monochromatic Colors of #aed46f

#aed46f

Complementary Color

#aed46f #956fd4

#aed46f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed46f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed46f Color CSS Codes

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

#aed46f Text Font Color

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

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


#aed46f Background Color

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

This div background color is #aed46f


#aed46f Border Color

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

This div border color is #aed46f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed46f


Comments

No comments written yet.

Please login to write comment.