Color Hex Logo

#aec55f Color Hex

#AEC55F
(174,197,95)
0 Favorites   0 Comments

Color spaces of #aec55f

RGB 17419795
HSL0.200.470.57
HSV74°52°77°
CMYK 0.120.000.52   0.23
XYZ39.487449.757418.3494
Yxy49.75740.36700.4625
Hunter Lab70.5389-23.519633.9540
CIE-Lab75.9201-23.120448.0114

#aec55f color RGB value is (174,197,95).

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

The process color (four color CMYK) of #aec55f color hex is 0.12, 0.00, 0.52, 0.23. Web safe color of #aec55f is #99cc66. Color #aec55f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11000101 01011111
Octal 256 305 137
Decimal 174 197 95
Hex AE C5 5F

RGB Percentages of Color #aec55f

%37.34
%42.27
%20.39

CMYK Percentages of Color #aec55f

%12
%0
%52
%23

Triadic Colors of #aec55f

#aec55f #5faec5 #c55fae

Analogous Colors of #aec55f

#aec55f #7bc55f #c5a95f

Monochromatic Colors of #aec55f

#aec55f

Complementary Color

#aec55f #765fc5

#aec55f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aec55f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aec55f Color CSS Codes

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

#aec55f Text Font Color

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

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


#aec55f Background Color

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

This div background color is #aec55f


#aec55f Border Color

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

This div border color is #aec55f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aec55f


Comments

No comments written yet.

Please login to write comment.