Color Hex Logo

#aaf694 Color Hex

#AAF694
(170,246,148)
0 Favorites   0 Comments

Color spaces of #aaf694

RGB 170246148
HSL0.300.840.77
HSV107°40°96°
CMYK 0.310.000.40   0.04
XYZ54.878676.595739.9090
Yxy76.59570.32020.4469
Hunter Lab87.5190-41.230134.2268
CIE-Lab90.1352-41.129739.8608

#aaf694 color RGB value is (170,246,148).

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

The process color (four color CMYK) of #aaf694 color hex is 0.31, 0.00, 0.40, 0.04. Web safe color of #aaf694 is #99ff99. Color #aaf694 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11110110 10010100
Octal 252 366 224
Decimal 170 246 148
Hex AA F6 94

RGB Percentages of Color #aaf694

%30.14
%43.62
%26.24

CMYK Percentages of Color #aaf694

%31
%0
%40
%4

Triadic Colors of #aaf694

#aaf694 #94aaf6 #f694aa

Analogous Colors of #aaf694

#aaf694 #94f6af #dbf694

Monochromatic Colors of #aaf694

#aaf694

Complementary Color

#aaf694 #e094f6

#aaf694 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaf694 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaf694 Color CSS Codes

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

#aaf694 Text Font Color

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

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


#aaf694 Background Color

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

This div background color is #aaf694


#aaf694 Border Color

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

This div border color is #aaf694


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaf694

Related Colors


Comments

No comments written yet.

Please login to write comment.