Color Hex Logo

#aaf294 Color Hex

#AAF294
(170,242,148)
0 Favorites   0 Comments

Color spaces of #aaf294

RGB 170242148
HSL0.290.780.76
HSV106°39°95°
CMYK 0.300.000.39   0.05
XYZ53.675074.188439.5078
Yxy74.18840.32070.4433
Hunter Lab86.1327-39.497033.0974
CIE-Lab89.0115-39.352238.4045

#aaf294 color RGB value is (170,242,148).

#aaf294 hex color red value is 170, green value is 242 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #aaf294 hue: 0.29 , saturation: 0.78 and the lightness value of aaf294 is 0.76.

The process color (four color CMYK) of #aaf294 color hex is 0.30, 0.00, 0.39, 0.05. Web safe color of #aaf294 is #99ff99. Color #aaf294 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11110010 10010100
Octal 252 362 224
Decimal 170 242 148
Hex AA F2 94

RGB Percentages of Color #aaf294

%30.36
%43.21
%26.43

CMYK Percentages of Color #aaf294

%30
%0
%39
%5

Triadic Colors of #aaf294

#aaf294 #94aaf2 #f294aa

Analogous Colors of #aaf294

#aaf294 #94f2ad #d9f294

Monochromatic Colors of #aaf294

#aaf294

Complementary Color

#aaf294 #dc94f2

#aaf294 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaf294 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaf294 Color CSS Codes

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

#aaf294 Text Font Color

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

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


#aaf294 Background Color

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

This div background color is #aaf294


#aaf294 Border Color

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

This div border color is #aaf294


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaf294


Comments

No comments written yet.

Please login to write comment.