Color Hex Logo

#aed814 Color Hex

#AED814
(174,216,20)
0 Favorites   0 Comments

Color spaces of #aed814

RGB 17421620
HSL0.200.830.46
HSV73°91°85°
CMYK 0.190.000.91   0.15
XYZ42.137758.16099.6671
Yxy58.16090.38320.5289
Hunter Lab76.2633-34.834345.8687
CIE-Lab80.8282-36.109077.7224

#aed814 color RGB value is (174,216,20).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011000 00010100
Octal 256 330 24
Decimal 174 216 20
Hex AE D8 14

RGB Percentages of Color #aed814

%42.44
%52.68
%4.88

CMYK Percentages of Color #aed814

%19
%0
%91
%15

Triadic Colors of #aed814

#aed814 #14aed8 #d814ae

Analogous Colors of #aed814

#aed814 #4cd814 #d8a014

Monochromatic Colors of #aed814

#aed814

Complementary Color

#aed814 #3e14d8

#aed814 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed814 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed814 Color CSS Codes

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

#aed814 Text Font Color

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

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


#aed814 Background Color

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

This div background color is #aed814


#aed814 Border Color

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

This div border color is #aed814


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed814


Comments

No comments written yet.

Please login to write comment.