Color Hex Logo

#aed316 Color Hex

#AED316
(174,211,22)
0 Favorites   0 Comments

Color spaces of #aed316

RGB 17421122
HSL0.200.810.46
HSV72°90°83°
CMYK 0.180.000.90   0.17
XYZ40.894655.64519.3443
Yxy55.64510.38620.5255
Hunter Lab74.5956-32.685644.7899
CIE-Lab79.4114-33.788976.2841

#aed316 color RGB value is (174,211,22).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11010011 00010110
Octal 256 323 26
Decimal 174 211 22
Hex AE D3 16

RGB Percentages of Color #aed316

%42.75
%51.84
%5.41

CMYK Percentages of Color #aed316

%18
%0
%90
%17

Triadic Colors of #aed316

#aed316 #16aed3 #d316ae

Analogous Colors of #aed316

#aed316 #50d316 #d39a16

Monochromatic Colors of #aed316

#aed316

Complementary Color

#aed316 #3b16d3

#aed316 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed316 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed316 Color CSS Codes

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

#aed316 Text Font Color

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

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


#aed316 Background Color

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

This div background color is #aed316


#aed316 Border Color

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

This div border color is #aed316


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed316


Comments

No comments written yet.

Please login to write comment.