Color Hex Logo

#aaf194 Color Hex

#AAF194
(170,241,148)
0 Favorites   0 Comments

Color spaces of #aaf194

RGB 170241148
HSL0.290.770.76
HSV106°39°95°
CMYK 0.290.000.39   0.05
XYZ53.378273.594839.4089
Yxy73.59480.32080.4423
Hunter Lab85.7874-39.062632.8146
CIE-Lab88.7306-38.905038.0395

#aaf194 color RGB value is (170,241,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11110001 10010100
Octal 252 361 224
Decimal 170 241 148
Hex AA F1 94

RGB Percentages of Color #aaf194

%30.41
%43.11
%26.48

CMYK Percentages of Color #aaf194

%29
%0
%39
%5

Triadic Colors of #aaf194

#aaf194 #94aaf1 #f194aa

Analogous Colors of #aaf194

#aaf194 #94f1ad #d9f194

Monochromatic Colors of #aaf194

#aaf194

Complementary Color

#aaf194 #db94f1

#aaf194 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaf194 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaf194 Color CSS Codes

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

#aaf194 Text Font Color

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

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


#aaf194 Background Color

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

This div background color is #aaf194


#aaf194 Border Color

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

This div border color is #aaf194


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaf194


Comments

No comments written yet.

Please login to write comment.