Color Hex Logo

#aaef03 Color Hex

#AAEF03
(170,239,3)
0 Favorites   0 Comments

Color spaces of #aaef03

RGB 1702393
HSL0.220.980.47
HSV78°99°94°
CMYK 0.290.000.99   0.06
XYZ47.460570.285611.1512
Yxy70.28560.36820.5453
Hunter Lab83.8365-45.663650.7993
CIE-Lab87.1367-47.880184.2490

#aaef03 color RGB value is (170,239,3).

#aaef03 hex color red value is 170, green value is 239 and the blue value of its RGB is 3. Cylindrical-coordinate representations (also known as HSL) of color #aaef03 hue: 0.22 , saturation: 0.98 and the lightness value of aaef03 is 0.47.

The process color (four color CMYK) of #aaef03 color hex is 0.29, 0.00, 0.99, 0.06. Web safe color of #aaef03 is #99ff00. Color #aaef03 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101111 00000011
Octal 252 357 3
Decimal 170 239 3
Hex AA EF 3

RGB Percentages of Color #aaef03

%41.26
%58.01
%0.73

CMYK Percentages of Color #aaef03

%29
%0
%99
%6

Triadic Colors of #aaef03

#aaef03 #03aaef #ef03aa

Analogous Colors of #aaef03

#aaef03 #34ef03 #efbe03

Monochromatic Colors of #aaef03

#aaef03

Complementary Color

#aaef03 #4803ef

#aaef03 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaef03 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaef03 Color CSS Codes

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

#aaef03 Text Font Color

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

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


#aaef03 Background Color

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

This div background color is #aaef03


#aaef03 Border Color

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

This div border color is #aaef03


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaef03


Comments

No comments written yet.

Please login to write comment.