Color Hex Logo

#aafe48 Color Hex

#AAFE48
(170,254,72)
0 Favorites   0 Comments

Color spaces of #aafe48

RGB 17025472
HSL0.240.990.64
HSV88°72°100°
CMYK 0.330.000.72   0.00
XYZ53.189179.897518.7493
Yxy79.89750.35030.5262
Hunter Lab89.3854-50.207450.1332
CIE-Lab91.6389-51.928174.3159

#aafe48 color RGB value is (170,254,72).

#aafe48 hex color red value is 170, green value is 254 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #aafe48 hue: 0.24 , saturation: 0.99 and the lightness value of aafe48 is 0.64.

The process color (four color CMYK) of #aafe48 color hex is 0.33, 0.00, 0.72, 0.00. Web safe color of #aafe48 is #99ff33. Color #aafe48 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11111110 01001000
Octal 252 376 110
Decimal 170 254 72
Hex AA FE 48

RGB Percentages of Color #aafe48

%34.27
%51.21
%14.52

CMYK Percentages of Color #aafe48

%33
%0
%72
%0

Triadic Colors of #aafe48

#aafe48 #48aafe #fe48aa

Analogous Colors of #aafe48

#aafe48 #4ffe48 #fef748

Monochromatic Colors of #aafe48

#aafe48

Complementary Color

#aafe48 #9c48fe

#aafe48 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aafe48 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aafe48 Color CSS Codes

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

#aafe48 Text Font Color

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

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


#aafe48 Background Color

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

This div background color is #aafe48


#aafe48 Border Color

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

This div border color is #aafe48


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aafe48


Comments

No comments written yet.

Please login to write comment.