Color Hex Logo

#aed44f Color Hex

#AED44F
(174,212,79)
0 Favorites   0 Comments

Color spaces of #aed44f

RGB 17421279
HSL0.210.610.57
HSV77°63°83°
CMYK 0.180.000.63   0.17
XYZ42.410356.650216.0964
Yxy56.65020.36830.4919
Hunter Lab75.2663-31.136740.0067
CIE-Lab79.9824-31.643359.7355

#aed44f color RGB value is (174,212,79).

#aed44f hex color red value is 174, green value is 212 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #aed44f hue: 0.21 , saturation: 0.61 and the lightness value of aed44f is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11010100 01001111
Octal 256 324 117
Decimal 174 212 79
Hex AE D4 4F

RGB Percentages of Color #aed44f

%37.42
%45.59
%16.99

CMYK Percentages of Color #aed44f

%18
%0
%63
%17

Triadic Colors of #aed44f

#aed44f #4faed4 #d44fae

Analogous Colors of #aed44f

#aed44f #6cd44f #d4b84f

Monochromatic Colors of #aed44f

#aed44f

Complementary Color

#aed44f #754fd4

#aed44f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed44f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed44f Color CSS Codes

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

#aed44f Text Font Color

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

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


#aed44f Background Color

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

This div background color is #aed44f


#aed44f Border Color

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

This div border color is #aed44f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed44f


Comments

No comments written yet.

Please login to write comment.