Color Hex Logo

#aaed01 Color Hex

#AAED01
(170,237,1)
0 Favorites   0 Comments

Color spaces of #aaed01

RGB 1702371
HSL0.210.990.47
HSV77°100°93°
CMYK 0.280.001.00   0.07
XYZ46.867269.116610.8994
Yxy69.11660.36940.5447
Hunter Lab83.1364-44.861350.4224
CIE-Lab86.5618-47.061683.9673

#aaed01 color RGB value is (170,237,1).

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

The process color (four color CMYK) of #aaed01 color hex is 0.28, 0.00, 1.00, 0.07. Web safe color of #aaed01 is #99ff00. Color #aaed01 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101101 00000001
Octal 252 355 1
Decimal 170 237 1
Hex AA ED 1

RGB Percentages of Color #aaed01

%41.67
%58.09
%0.25

CMYK Percentages of Color #aaed01

%28
%0
%100
%7

Triadic Colors of #aaed01

#aaed01 #01aaed #ed01aa

Analogous Colors of #aaed01

#aaed01 #34ed01 #edba01

Monochromatic Colors of #aaed01

#aaed01

Complementary Color

#aaed01 #4401ed

#aaed01 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaed01 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaed01 Color CSS Codes

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

#aaed01 Text Font Color

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

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


#aaed01 Background Color

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

This div background color is #aaed01


#aaed01 Border Color

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

This div border color is #aaed01


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaed01


Comments

No comments written yet.

Please login to write comment.