Color Hex Logo

#aaca3b Color Hex

#AACA3B
(170,202,59)
0 Favorites   0 Comments

Color spaces of #aaca3b

RGB 17020259
HSL0.200.570.51
HSV73°71°79°
CMYK 0.160.000.71   0.21
XYZ38.487551.102911.9730
Yxy51.10290.37900.5032
Hunter Lab71.4863-28.998440.1101
CIE-Lab76.7413-29.836164.0814

#aaca3b color RGB value is (170,202,59).

#aaca3b hex color red value is 170, green value is 202 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #aaca3b hue: 0.20 , saturation: 0.57 and the lightness value of aaca3b is 0.51.

The process color (four color CMYK) of #aaca3b color hex is 0.16, 0.00, 0.71, 0.21. Web safe color of #aaca3b is #99cc33. Color #aaca3b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11001010 00111011
Octal 252 312 73
Decimal 170 202 59
Hex AA CA 3B

RGB Percentages of Color #aaca3b

%39.44
%46.87
%13.69

CMYK Percentages of Color #aaca3b

%16
%0
%71
%21

Triadic Colors of #aaca3b

#aaca3b #3baaca #ca3baa

Analogous Colors of #aaca3b

#aaca3b #62ca3b #caa33b

Monochromatic Colors of #aaca3b

#aaca3b

Complementary Color

#aaca3b #5b3bca

#aaca3b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaca3b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaca3b Color CSS Codes

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

#aaca3b Text Font Color

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

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


#aaca3b Background Color

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

This div background color is #aaca3b


#aaca3b Border Color

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

This div border color is #aaca3b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,202,59, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaca3b


Comments

No comments written yet.

Please login to write comment.