Color Hex Logo

#aace1c Color Hex

#AACE1C
(170,206,28)
0 Favorites   0 Comments

Color spaces of #aace1c

RGB 17020628
HSL0.200.760.46
HSV72°86°81°
CMYK 0.170.000.86   0.19
XYZ38.858552.77259.2367
Yxy52.77250.38520.5232
Hunter Lab72.6447-31.646443.3126
CIE-Lab77.7405-32.958273.7431

#aace1c color RGB value is (170,206,28).

#aace1c hex color red value is 170, green value is 206 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #aace1c hue: 0.20 , saturation: 0.76 and the lightness value of aace1c is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11001110 00011100
Octal 252 316 34
Decimal 170 206 28
Hex AA CE 1C

RGB Percentages of Color #aace1c

%42.08
%50.99
%6.93

CMYK Percentages of Color #aace1c

%17
%0
%86
%19

Triadic Colors of #aace1c

#aace1c #1caace #ce1caa

Analogous Colors of #aace1c

#aace1c #51ce1c #ce991c

Monochromatic Colors of #aace1c

#aace1c

Complementary Color

#aace1c #401cce

#aace1c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aace1c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aace1c Color CSS Codes

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

#aace1c Text Font Color

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

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


#aace1c Background Color

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

This div background color is #aace1c


#aace1c Border Color

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

This div border color is #aace1c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aace1c


Comments

No comments written yet.

Please login to write comment.