Color Hex Logo

#aed53f Color Hex

#AED53F
(174,213,63)
0 Favorites   0 Comments

Color spaces of #aed53f

RGB 17421363
HSL0.210.640.54
HSV76°70°84°
CMYK 0.180.000.70   0.16
XYZ42.147056.946113.4729
Yxy56.94610.37440.5059
Hunter Lab75.4626-32.364742.2384
CIE-Lab80.1493-33.154766.1124

#aed53f color RGB value is (174,213,63).

#aed53f hex color red value is 174, green value is 213 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #aed53f hue: 0.21 , saturation: 0.64 and the lightness value of aed53f is 0.54.

The process color (four color CMYK) of #aed53f color hex is 0.18, 0.00, 0.70, 0.16. Web safe color of #aed53f is #99cc33. Color #aed53f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11010101 00111111
Octal 256 325 77
Decimal 174 213 63
Hex AE D5 3F

RGB Percentages of Color #aed53f

%38.67
%47.33
%14.00

CMYK Percentages of Color #aed53f

%18
%0
%70
%16

Triadic Colors of #aed53f

#aed53f #3faed5 #d53fae

Analogous Colors of #aed53f

#aed53f #63d53f #d5b13f

Monochromatic Colors of #aed53f

#aed53f

Complementary Color

#aed53f #663fd5

#aed53f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed53f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed53f Color CSS Codes

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

#aed53f Text Font Color

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

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


#aed53f Background Color

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

This div background color is #aed53f


#aed53f Border Color

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

This div border color is #aed53f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed53f

#aed53f Color Palettes


Comments

No comments written yet.

Please login to write comment.