Color Hex Logo

#aaf948 Color Hex

#AAF948
(170,249,72)
0 Favorites   0 Comments

Color spaces of #aaf948

RGB 17024972
HSL0.240.940.63
HSV87°71°98°
CMYK 0.320.000.71   0.02
XYZ51.622976.765318.2273
Yxy76.76530.35210.5236
Hunter Lab87.6158-48.156148.9966
CIE-Lab90.2135-49.868972.9007

#aaf948 color RGB value is (170,249,72).

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

The process color (four color CMYK) of #aaf948 color hex is 0.32, 0.00, 0.71, 0.02. Web safe color of #aaf948 is #99ff33. Color #aaf948 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11111001 01001000
Octal 252 371 110
Decimal 170 249 72
Hex AA F9 48

RGB Percentages of Color #aaf948

%34.62
%50.71
%14.66

CMYK Percentages of Color #aaf948

%32
%0
%71
%2

Triadic Colors of #aaf948

#aaf948 #48aaf9 #f948aa

Analogous Colors of #aaf948

#aaf948 #52f948 #f9f048

Monochromatic Colors of #aaf948

#aaf948

Complementary Color

#aaf948 #9748f9

#aaf948 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaf948 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaf948 Color CSS Codes

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

#aaf948 Text Font Color

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

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


#aaf948 Background Color

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

This div background color is #aaf948


#aaf948 Border Color

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

This div border color is #aaf948


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaf948

Related Colors


Comments

No comments written yet.

Please login to write comment.