Color Hex Logo

#aaca38 Color Hex

#AACA38
(170,202,56)
0 Favorites   0 Comments

Color spaces of #aaca38

RGB 17020256
HSL0.200.580.51
HSV73°72°79°
CMYK 0.160.000.72   0.21
XYZ38.411951.072611.5749
Yxy51.07260.38010.5054
Hunter Lab71.4651-29.121640.4226
CIE-Lab76.7230-29.999465.1238

#aaca38 color RGB value is (170,202,56).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11001010 00111000
Octal 252 312 70
Decimal 170 202 56
Hex AA CA 38

RGB Percentages of Color #aaca38

%39.72
%47.20
%13.08

CMYK Percentages of Color #aaca38

%16
%0
%72
%21

Triadic Colors of #aaca38

#aaca38 #38aaca #ca38aa

Analogous Colors of #aaca38

#aaca38 #61ca38 #caa138

Monochromatic Colors of #aaca38

#aaca38

Complementary Color

#aaca38 #5838ca

#aaca38 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaca38 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaca38 Color CSS Codes

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

#aaca38 Text Font Color

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

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


#aaca38 Background Color

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

This div background color is #aaca38


#aaca38 Border Color

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

This div border color is #aaca38


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaca38


Comments

No comments written yet.

Please login to write comment.