Color Hex Logo

#aed317 Color Hex

#AED317
(174,211,23)
0 Favorites   0 Comments

Color spaces of #aed317

RGB 17421123
HSL0.200.800.46
HSV72°89°83°
CMYK 0.180.000.89   0.17
XYZ40.904555.64919.3961
Yxy55.64910.38610.5252
Hunter Lab74.5983-32.670244.7509
CIE-Lab79.4137-33.768376.1253

#aed317 color RGB value is (174,211,23).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11010011 00010111
Octal 256 323 27
Decimal 174 211 23
Hex AE D3 17

RGB Percentages of Color #aed317

%42.65
%51.72
%5.64

CMYK Percentages of Color #aed317

%18
%0
%89
%17

Triadic Colors of #aed317

#aed317 #17aed3 #d317ae

Analogous Colors of #aed317

#aed317 #50d317 #d39a17

Monochromatic Colors of #aed317

#aed317

Complementary Color

#aed317 #3c17d3

#aed317 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed317 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed317 Color CSS Codes

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

#aed317 Text Font Color

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

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


#aed317 Background Color

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

This div background color is #aed317


#aed317 Border Color

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

This div border color is #aed317


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed317


Comments

No comments written yet.

Please login to write comment.