Color Hex Logo

#aed31c Color Hex

#AED31C
(174,211,28)
0 Favorites   0 Comments

Color spaces of #aed31c

RGB 17421128
HSL0.200.770.47
HSV72°87°83°
CMYK 0.180.000.87   0.17
XYZ40.959455.67109.6854
Yxy55.67100.38530.5236
Hunter Lab74.6130-32.583844.5328
CIE-Lab79.4262-33.653475.2490

#aed31c color RGB value is (174,211,28).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11010011 00011100
Octal 256 323 34
Decimal 174 211 28
Hex AE D3 1C

RGB Percentages of Color #aed31c

%42.13
%51.09
%6.78

CMYK Percentages of Color #aed31c

%18
%0
%87
%17

Triadic Colors of #aed31c

#aed31c #1caed3 #d31cae

Analogous Colors of #aed31c

#aed31c #53d31c #d39d1c

Monochromatic Colors of #aed31c

#aed31c

Complementary Color

#aed31c #411cd3

#aed31c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed31c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed31c Color CSS Codes

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

#aed31c Text Font Color

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

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


#aed31c Background Color

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

This div background color is #aed31c


#aed31c Border Color

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

This div border color is #aed31c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed31c


Comments

No comments written yet.

Please login to write comment.