Color Hex Logo

#aae701 Color Hex

#AAE701
(170,231,1)
0 Favorites   0 Comments

Color spaces of #aae701

RGB 1702311
HSL0.210.990.45
HSV76°100°91°
CMYK 0.260.001.00   0.09
XYZ45.159065.700110.3300
Yxy65.70010.37260.5421
Hunter Lab81.0556-42.398549.1828
CIE-Lab84.8432-44.512782.6504

#aae701 color RGB value is (170,231,1).

#aae701 hex color red value is 170, green value is 231 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #aae701 hue: 0.21 , saturation: 0.99 and the lightness value of aae701 is 0.45.

The process color (four color CMYK) of #aae701 color hex is 0.26, 0.00, 1.00, 0.09. Web safe color of #aae701 is #99ff00. Color #aae701 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11100111 00000001
Octal 252 347 1
Decimal 170 231 1
Hex AA E7 1

RGB Percentages of Color #aae701

%42.29
%57.46
%0.25

CMYK Percentages of Color #aae701

%26
%0
%100
%9

Triadic Colors of #aae701

#aae701 #01aae7 #e701aa

Analogous Colors of #aae701

#aae701 #37e701 #e7b101

Monochromatic Colors of #aae701

#aae701

Complementary Color

#aae701 #3e01e7

#aae701 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aae701 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aae701 Color CSS Codes

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

#aae701 Text Font Color

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

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


#aae701 Background Color

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

This div background color is #aae701


#aae701 Border Color

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

This div border color is #aae701


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aae701


Comments

No comments written yet.

Please login to write comment.