Color Hex Logo

#aed71f Color Hex

#AED71F
(174,215,31)
0 Favorites   0 Comments

Color spaces of #aed71f

RGB 17421531
HSL0.200.750.48
HSV73°86°84°
CMYK 0.190.000.86   0.16
XYZ42.003357.698510.2194
Yxy57.69850.38210.5249
Hunter Lab75.9595-34.224145.1949
CIE-Lab80.5709-35.405875.6110

#aed71f color RGB value is (174,215,31).

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

The process color (four color CMYK) of #aed71f color hex is 0.19, 0.00, 0.86, 0.16. Web safe color of #aed71f is #99cc33. Color #aed71f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11010111 00011111
Octal 256 327 37
Decimal 174 215 31
Hex AE D7 1F

RGB Percentages of Color #aed71f

%41.43
%51.19
%7.38

CMYK Percentages of Color #aed71f

%19
%0
%86
%16

Triadic Colors of #aed71f

#aed71f #1faed7 #d71fae

Analogous Colors of #aed71f

#aed71f #52d71f #d7a41f

Monochromatic Colors of #aed71f

#aed71f

Complementary Color

#aed71f #481fd7

#aed71f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed71f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed71f Color CSS Codes

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

#aed71f Text Font Color

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

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


#aed71f Background Color

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

This div background color is #aed71f


#aed71f Border Color

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

This div border color is #aed71f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,215,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 #aed71f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed71f


Comments

No comments written yet.

Please login to write comment.