Color Hex Logo

#aaea1c Color Hex

#AAEA1C
(170,234,28)
0 Favorites   0 Comments

Color spaces of #aaea1c

RGB 17023428
HSL0.220.830.51
HSV79°88°92°
CMYK 0.270.000.88   0.08
XYZ46.210067.475511.6872
Yxy67.47550.36860.5382
Hunter Lab82.1435-43.335549.0648
CIE-Lab85.7435-45.389780.3710

#aaea1c color RGB value is (170,234,28).

#aaea1c hex color red value is 170, green value is 234 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #aaea1c hue: 0.22 , saturation: 0.83 and the lightness value of aaea1c is 0.51.

The process color (four color CMYK) of #aaea1c color hex is 0.27, 0.00, 0.88, 0.08. Web safe color of #aaea1c is #99ff33. Color #aaea1c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101010 00011100
Octal 252 352 34
Decimal 170 234 28
Hex AA EA 1C

RGB Percentages of Color #aaea1c

%39.35
%54.17
%6.48

CMYK Percentages of Color #aaea1c

%27
%0
%88
%8

Triadic Colors of #aaea1c

#aaea1c #1caaea #ea1caa

Analogous Colors of #aaea1c

#aaea1c #43ea1c #eac31c

Monochromatic Colors of #aaea1c

#aaea1c

Complementary Color

#aaea1c #5c1cea

#aaea1c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaea1c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaea1c Color CSS Codes

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

#aaea1c Text Font Color

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

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


#aaea1c Background Color

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

This div background color is #aaea1c


#aaea1c Border Color

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

This div border color is #aaea1c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaea1c


Comments

No comments written yet.

Please login to write comment.