Color Hex Logo

#aec53f Color Hex

#AEC53F
(174,197,63)
0 Favorites   0 Comments

Color spaces of #aec53f

RGB 17419763
HSL0.200.540.51
HSV70°68°77°
CMYK 0.120.000.68   0.23
XYZ38.319049.290112.1969
Yxy49.29010.38390.4939
Hunter Lab70.2069-25.436638.8445
CIE-Lab75.6314-25.592961.5743

#aec53f color RGB value is (174,197,63).

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

The process color (four color CMYK) of #aec53f color hex is 0.12, 0.00, 0.68, 0.23. Web safe color of #aec53f is #99cc33. Color #aec53f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11000101 00111111
Octal 256 305 77
Decimal 174 197 63
Hex AE C5 3F

RGB Percentages of Color #aec53f

%40.09
%45.39
%14.52

CMYK Percentages of Color #aec53f

%12
%0
%68
%23

Triadic Colors of #aec53f

#aec53f #3faec5 #c53fae

Analogous Colors of #aec53f

#aec53f #6bc53f #c5993f

Monochromatic Colors of #aec53f

#aec53f

Complementary Color

#aec53f #563fc5

#aec53f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aec53f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aec53f Color CSS Codes

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

#aec53f Text Font Color

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

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


#aec53f Background Color

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

This div background color is #aec53f


#aec53f Border Color

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

This div border color is #aec53f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aec53f


Comments

No comments written yet.

Please login to write comment.