Color Hex Logo

#aace34 Color Hex

#AACE34
(170,206,52)
0 Favorites   0 Comments

Color spaces of #aace34

RGB 17020652
HSL0.210.610.51
HSV74°75°81°
CMYK 0.170.000.75   0.19
XYZ39.268752.936611.3969
Yxy52.93660.37900.5110
Hunter Lab72.7575-30.985741.6430
CIE-Lab77.8376-32.075367.5336

#aace34 color RGB value is (170,206,52).

#aace34 hex color red value is 170, green value is 206 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #aace34 hue: 0.21 , saturation: 0.61 and the lightness value of aace34 is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11001110 00110100
Octal 252 316 64
Decimal 170 206 52
Hex AA CE 34

RGB Percentages of Color #aace34

%39.72
%48.13
%12.15

CMYK Percentages of Color #aace34

%17
%0
%75
%19

Triadic Colors of #aace34

#aace34 #34aace #ce34aa

Analogous Colors of #aace34

#aace34 #5dce34 #cea534

Monochromatic Colors of #aace34

#aace34

Complementary Color

#aace34 #5834ce

#aace34 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aace34 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aace34 Color CSS Codes

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

#aace34 Text Font Color

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

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


#aace34 Background Color

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

This div background color is #aace34


#aace34 Border Color

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

This div border color is #aace34


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aace34


Comments

No comments written yet.

Please login to write comment.