Color Hex Logo

#aed71a Color Hex

#AED71A
(174,215,26)
0 Favorites   0 Comments

Color spaces of #aed71a

RGB 17421526
HSL0.200.780.47
HSV73°88°84°
CMYK 0.190.000.88   0.16
XYZ41.942557.67419.8989
Yxy57.67410.38300.5266
Hunter Lab75.9435-34.318045.4322
CIE-Lab80.5573-35.530976.5478

#aed71a color RGB value is (174,215,26).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11010111 00011010
Octal 256 327 32
Decimal 174 215 26
Hex AE D7 1A

RGB Percentages of Color #aed71a

%41.93
%51.81
%6.27

CMYK Percentages of Color #aed71a

%19
%0
%88
%16

Triadic Colors of #aed71a

#aed71a #1aaed7 #d71aae

Analogous Colors of #aed71a

#aed71a #50d71a #d7a21a

Monochromatic Colors of #aed71a

#aed71a

Complementary Color

#aed71a #431ad7

#aed71a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed71a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed71a Color CSS Codes

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

#aed71a Text Font Color

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

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


#aed71a Background Color

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

This div background color is #aed71a


#aed71a Border Color

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

This div border color is #aed71a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed71a


Comments

No comments written yet.

Please login to write comment.