Color Hex Logo

#aec831 Color Hex

#AEC831
(174,200,49)
0 Favorites   0 Comments

Color spaces of #aec831

RGB 17420049
HSL0.200.610.49
HSV70°76°78°
CMYK 0.130.000.76   0.22
XYZ38.664250.529010.6210
Yxy50.52900.38740.5062
Hunter Lab71.0838-27.306040.8998
CIE-Lab76.3928-27.768867.2321

#aec831 color RGB value is (174,200,49).

#aec831 hex color red value is 174, green value is 200 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #aec831 hue: 0.20 , saturation: 0.61 and the lightness value of aec831 is 0.49.

The process color (four color CMYK) of #aec831 color hex is 0.13, 0.00, 0.76, 0.22. Web safe color of #aec831 is #99cc33. Color #aec831 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11001000 00110001
Octal 256 310 61
Decimal 174 200 49
Hex AE C8 31

RGB Percentages of Color #aec831

%41.13
%47.28
%11.58

CMYK Percentages of Color #aec831

%13
%0
%76
%22

Triadic Colors of #aec831

#aec831 #31aec8 #c831ae

Analogous Colors of #aec831

#aec831 #62c831 #c89731

Monochromatic Colors of #aec831

#aec831

Complementary Color

#aec831 #4b31c8

#aec831 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aec831 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aec831 Color CSS Codes

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

#aec831 Text Font Color

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

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


#aec831 Background Color

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

This div background color is #aec831


#aec831 Border Color

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

This div border color is #aec831


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aec831


Comments

No comments written yet.

Please login to write comment.