Color Hex Logo

#aacc34 Color Hex

#AACC34
(170,204,52)
0 Favorites   0 Comments

Color spaces of #aacc34

RGB 17020452
HSL0.200.600.50
HSV73°75°80°
CMYK 0.170.000.75   0.20
XYZ38.790351.979711.2374
Yxy51.97970.38030.5096
Hunter Lab72.0969-30.131441.2266
CIE-Lab77.2687-31.141866.9946

#aacc34 color RGB value is (170,204,52).

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

The process color (four color CMYK) of #aacc34 color hex is 0.17, 0.00, 0.75, 0.20. Web safe color of #aacc34 is #99cc33. Color #aacc34 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11001100 00110100
Octal 252 314 64
Decimal 170 204 52
Hex AA CC 34

RGB Percentages of Color #aacc34

%39.91
%47.89
%12.21

CMYK Percentages of Color #aacc34

%17
%0
%75
%20

Triadic Colors of #aacc34

#aacc34 #34aacc #cc34aa

Analogous Colors of #aacc34

#aacc34 #5ecc34 #cca234

Monochromatic Colors of #aacc34

#aacc34

Complementary Color

#aacc34 #5634cc

#aacc34 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aacc34 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aacc34 Color CSS Codes

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

#aacc34 Text Font Color

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

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


#aacc34 Background Color

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

This div background color is #aacc34


#aacc34 Border Color

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

This div border color is #aacc34


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aacc34


Comments

No comments written yet.

Please login to write comment.