Color Hex Logo

#aaca35 Color Hex

#AACA35
(170,202,53)
0 Favorites   0 Comments

Color spaces of #aaca35

RGB 17020253
HSL0.200.580.50
HSV73°74°79°
CMYK 0.160.000.74   0.21
XYZ38.340751.044111.1999
Yxy51.04410.38120.5075
Hunter Lab71.4452-29.237840.7172
CIE-Lab76.7057-30.153666.1284

#aaca35 color RGB value is (170,202,53).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11001010 00110101
Octal 252 312 65
Decimal 170 202 53
Hex AA CA 35

RGB Percentages of Color #aaca35

%40.00
%47.53
%12.47

CMYK Percentages of Color #aaca35

%16
%0
%74
%21

Triadic Colors of #aaca35

#aaca35 #35aaca #ca35aa

Analogous Colors of #aaca35

#aaca35 #60ca35 #caa035

Monochromatic Colors of #aaca35

#aaca35

Complementary Color

#aaca35 #5535ca

#aaca35 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaca35 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaca35 Color CSS Codes

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

#aaca35 Text Font Color

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

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


#aaca35 Background Color

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

This div background color is #aaca35


#aaca35 Border Color

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

This div border color is #aaca35


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaca35


Comments

No comments written yet.

Please login to write comment.