Color Hex Logo

#aed417 Color Hex

#AED417
(174,212,23)
0 Favorites   0 Comments

Color spaces of #aed417

RGB 17421223
HSL0.200.800.46
HSV72°89°83°
CMYK 0.180.000.89   0.17
XYZ41.153756.14759.4791
Yxy56.14750.38540.5258
Hunter Lab74.9316-33.095244.9518
CIE-Lab79.6977-34.227476.3555

#aed417 color RGB value is (174,212,23).

#aed417 hex color red value is 174, green value is 212 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #aed417 hue: 0.20 , saturation: 0.80 and the lightness value of aed417 is 0.46.

The process color (four color CMYK) of #aed417 color hex is 0.18, 0.00, 0.89, 0.17. Web safe color of #aed417 is #99cc00. Color #aed417 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11010100 00010111
Octal 256 324 27
Decimal 174 212 23
Hex AE D4 17

RGB Percentages of Color #aed417

%42.54
%51.83
%5.62

CMYK Percentages of Color #aed417

%18
%0
%89
%17

Triadic Colors of #aed417

#aed417 #17aed4 #d417ae

Analogous Colors of #aed417

#aed417 #50d417 #d49c17

Monochromatic Colors of #aed417

#aed417

Complementary Color

#aed417 #3d17d4

#aed417 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed417 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed417 Color CSS Codes

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

#aed417 Text Font Color

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

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


#aed417 Background Color

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

This div background color is #aed417


#aed417 Border Color

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

This div border color is #aed417


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed417


Comments

No comments written yet.

Please login to write comment.