Color Hex Logo

#aec05c Color Hex

#AEC05C
(174,192,92)
0 Favorites   0 Comments

Color spaces of #aec05c

RGB 17419292
HSL0.200.440.56
HSV71°52°75°
CMYK 0.090.000.52   0.25
XYZ38.237047.470717.2727
Yxy47.47070.37130.4610
Hunter Lab68.8990-21.510733.3655
CIE-Lab74.4898-20.935947.7498

#aec05c color RGB value is (174,192,92).

#aec05c hex color red value is 174, green value is 192 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #aec05c hue: 0.20 , saturation: 0.44 and the lightness value of aec05c is 0.56.

The process color (four color CMYK) of #aec05c color hex is 0.09, 0.00, 0.52, 0.25. Web safe color of #aec05c is #99cc66. Color #aec05c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11000000 01011100
Octal 256 300 134
Decimal 174 192 92
Hex AE C0 5C

RGB Percentages of Color #aec05c

%37.99
%41.92
%20.09

CMYK Percentages of Color #aec05c

%9
%0
%52
%25

Triadic Colors of #aec05c

#aec05c #5caec0 #c05cae

Analogous Colors of #aec05c

#aec05c #7cc05c #c0a05c

Monochromatic Colors of #aec05c

#aec05c

Complementary Color

#aec05c #6e5cc0

#aec05c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aec05c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aec05c Color CSS Codes

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

#aec05c Text Font Color

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

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


#aec05c Background Color

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

This div background color is #aec05c


#aec05c Border Color

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

This div border color is #aec05c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aec05c


Comments

No comments written yet.

Please login to write comment.