Color Hex Logo

#aed31f Color Hex

#AED31F
(174,211,31)
0 Favorites   0 Comments

Color spaces of #aed31f

RGB 17421131
HSL0.200.740.47
HSV72°85°83°
CMYK 0.180.000.85   0.17
XYZ40.997155.68619.8840
Yxy55.68610.38470.5225
Hunter Lab74.6231-32.524644.3831
CIE-Lab79.4348-33.574874.6578

#aed31f color RGB value is (174,211,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11010011 00011111
Octal 256 323 37
Decimal 174 211 31
Hex AE D3 1F

RGB Percentages of Color #aed31f

%41.83
%50.72
%7.45

CMYK Percentages of Color #aed31f

%18
%0
%85
%17

Triadic Colors of #aed31f

#aed31f #1faed3 #d31fae

Analogous Colors of #aed31f

#aed31f #54d31f #d39e1f

Monochromatic Colors of #aed31f

#aed31f

Complementary Color

#aed31f #441fd3

#aed31f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed31f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed31f Color CSS Codes

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

#aed31f Text Font Color

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

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


#aed31f Background Color

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

This div background color is #aed31f


#aed31f Border Color

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

This div border color is #aed31f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed31f


Comments

No comments written yet.

Please login to write comment.