Color Hex Logo

#aed61f Color Hex

#AED61F
(174,214,31)
0 Favorites   0 Comments

Color spaces of #aed61f

RGB 17421431
HSL0.200.750.48
HSV73°86°84°
CMYK 0.190.000.86   0.16
XYZ41.749457.190710.1348
Yxy57.19070.38280.5243
Hunter Lab75.6245-33.799944.9914
CIE-Lab80.2867-34.950075.3726

#aed61f color RGB value is (174,214,31).

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

The process color (four color CMYK) of #aed61f color hex is 0.19, 0.00, 0.86, 0.16. Web safe color of #aed61f is #99cc33. Color #aed61f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11010110 00011111
Octal 256 326 37
Decimal 174 214 31
Hex AE D6 1F

RGB Percentages of Color #aed61f

%41.53
%51.07
%7.40

CMYK Percentages of Color #aed61f

%19
%0
%86
%16

Triadic Colors of #aed61f

#aed61f #1faed6 #d61fae

Analogous Colors of #aed61f

#aed61f #52d61f #d6a31f

Monochromatic Colors of #aed61f

#aed61f

Complementary Color

#aed61f #471fd6

#aed61f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed61f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed61f Color CSS Codes

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

#aed61f Text Font Color

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

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


#aed61f Background Color

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

This div background color is #aed61f


#aed61f Border Color

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

This div border color is #aed61f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed61f


Comments

No comments written yet.

Please login to write comment.