Color Hex Logo

#aed11f Color Hex

#AED11F
(174,209,31)
0 Favorites   0 Comments

Color spaces of #aed11f

RGB 17420931
HSL0.200.740.47
HSV72°85°82°
CMYK 0.170.000.85   0.18
XYZ40.503354.69859.7194
Yxy54.69850.38600.5213
Hunter Lab73.9584-31.671843.9792
CIE-Lab78.8673-32.651374.1810

#aed11f color RGB value is (174,209,31).

#aed11f hex color red value is 174, green value is 209 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #aed11f hue: 0.20 , saturation: 0.74 and the lightness value of aed11f is 0.47.

The process color (four color CMYK) of #aed11f color hex is 0.17, 0.00, 0.85, 0.18. Web safe color of #aed11f is #99cc33. Color #aed11f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11010001 00011111
Octal 256 321 37
Decimal 174 209 31
Hex AE D1 1F

RGB Percentages of Color #aed11f

%42.03
%50.48
%7.49

CMYK Percentages of Color #aed11f

%17
%0
%85
%18

Triadic Colors of #aed11f

#aed11f #1faed1 #d11fae

Analogous Colors of #aed11f

#aed11f #55d11f #d19b1f

Monochromatic Colors of #aed11f

#aed11f

Complementary Color

#aed11f #421fd1

#aed11f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed11f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed11f Color CSS Codes

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

#aed11f Text Font Color

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

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


#aed11f Background Color

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

This div background color is #aed11f


#aed11f Border Color

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

This div border color is #aed11f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed11f


Comments

No comments written yet.

Please login to write comment.