Color Hex Logo

#aac831 Color Hex

#AAC831
(170,200,49)
0 Favorites   0 Comments

Color spaces of #aac831

RGB 17020049
HSL0.200.610.49
HSV72°76°78°
CMYK 0.150.000.76   0.22
XYZ37.786250.076410.5799
Yxy50.07640.38380.5087
Hunter Lab70.7647-28.524640.6709
CIE-Lab76.1161-29.402066.8740

#aac831 color RGB value is (170,200,49).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11001000 00110001
Octal 252 310 61
Decimal 170 200 49
Hex AA C8 31

RGB Percentages of Color #aac831

%40.57
%47.73
%11.69

CMYK Percentages of Color #aac831

%15
%0
%76
%22

Triadic Colors of #aac831

#aac831 #31aac8 #c831aa

Analogous Colors of #aac831

#aac831 #5fc831 #c89b31

Monochromatic Colors of #aac831

#aac831

Complementary Color

#aac831 #4f31c8

#aac831 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aac831 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aac831 Color CSS Codes

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

#aac831 Text Font Color

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

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


#aac831 Background Color

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

This div background color is #aac831


#aac831 Border Color

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

This div border color is #aac831


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aac831


Comments

No comments written yet.

Please login to write comment.