Color Hex Logo

#aed31a Color Hex

#AED31A
(174,211,26)
0 Favorites   0 Comments

Color spaces of #aed31a

RGB 17421126
HSL0.200.780.46
HSV72°88°83°
CMYK 0.180.000.88   0.17
XYZ40.936355.66189.5635
Yxy55.66180.38560.5243
Hunter Lab74.6068-32.620144.6247
CIE-Lab79.4210-33.701875.6160

#aed31a color RGB value is (174,211,26).

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

The process color (four color CMYK) of #aed31a color hex is 0.18, 0.00, 0.88, 0.17. Web safe color of #aed31a is #99cc33. Color #aed31a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11010011 00011010
Octal 256 323 32
Decimal 174 211 26
Hex AE D3 1A

RGB Percentages of Color #aed31a

%42.34
%51.34
%6.33

CMYK Percentages of Color #aed31a

%18
%0
%88
%17

Triadic Colors of #aed31a

#aed31a #1aaed3 #d31aae

Analogous Colors of #aed31a

#aed31a #52d31a #d39c1a

Monochromatic Colors of #aed31a

#aed31a

Complementary Color

#aed31a #3f1ad3

#aed31a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed31a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed31a Color CSS Codes

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

#aed31a Text Font Color

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

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


#aed31a Background Color

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

This div background color is #aed31a


#aed31a Border Color

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

This div border color is #aed31a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed31a


Comments

No comments written yet.

Please login to write comment.