Color Hex Logo

#aed71c Color Hex

#AED71C
(174,215,28)
0 Favorites   0 Comments

Color spaces of #aed71c

RGB 17421528
HSL0.200.770.48
HSV73°87°84°
CMYK 0.190.000.87   0.16
XYZ41.965657.683410.0208
Yxy57.68340.38270.5260
Hunter Lab75.9496-34.282445.3420
CIE-Lab80.5624-35.483476.1891

#aed71c color RGB value is (174,215,28).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11010111 00011100
Octal 256 327 34
Decimal 174 215 28
Hex AE D7 1C

RGB Percentages of Color #aed71c

%41.73
%51.56
%6.71

CMYK Percentages of Color #aed71c

%19
%0
%87
%16

Triadic Colors of #aed71c

#aed71c #1caed7 #d71cae

Analogous Colors of #aed71c

#aed71c #50d71c #d7a31c

Monochromatic Colors of #aed71c

#aed71c

Complementary Color

#aed71c #451cd7

#aed71c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed71c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed71c Color CSS Codes

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

#aed71c Text Font Color

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

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


#aed71c Background Color

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

This div background color is #aed71c


#aed71c Border Color

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

This div border color is #aed71c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed71c


Comments

No comments written yet.

Please login to write comment.