Color Hex Logo

#aed817 Color Hex

#AED817
(174,216,23)
0 Favorites   0 Comments

Color spaces of #aed817

RGB 17421623
HSL0.200.810.47
HSV73°89°85°
CMYK 0.190.000.89   0.15
XYZ42.166158.17239.8166
Yxy58.17230.38280.5281
Hunter Lab76.2708-34.790645.7585
CIE-Lab80.8345-36.050677.2757

#aed817 color RGB value is (174,216,23).

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

The process color (four color CMYK) of #aed817 color hex is 0.19, 0.00, 0.89, 0.15. Web safe color of #aed817 is #99cc00. Color #aed817 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011000 00010111
Octal 256 330 27
Decimal 174 216 23
Hex AE D8 17

RGB Percentages of Color #aed817

%42.13
%52.30
%5.57

CMYK Percentages of Color #aed817

%19
%0
%89
%15

Triadic Colors of #aed817

#aed817 #17aed8 #d817ae

Analogous Colors of #aed817

#aed817 #4dd817 #d8a217

Monochromatic Colors of #aed817

#aed817

Complementary Color

#aed817 #4117d8

#aed817 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed817 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed817 Color CSS Codes

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

#aed817 Text Font Color

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

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


#aed817 Background Color

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

This div background color is #aed817


#aed817 Border Color

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

This div border color is #aed817


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed817


Comments

No comments written yet.

Please login to write comment.