Color Hex Logo

#aaf892 Color Hex

#AAF892
(170,248,146)
0 Favorites   0 Comments

Color spaces of #aaf892

RGB 170248146
HSL0.290.880.77
HSV106°41°97°
CMYK 0.310.000.41   0.03
XYZ55.333377.756239.2862
Yxy77.75620.32100.4511
Hunter Lab88.1795-42.304035.3104
CIE-Lab90.6685-42.281841.5288

#aaf892 color RGB value is (170,248,146).

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

The process color (four color CMYK) of #aaf892 color hex is 0.31, 0.00, 0.41, 0.03. Web safe color of #aaf892 is #99ff99. Color #aaf892 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11111000 10010010
Octal 252 370 222
Decimal 170 248 146
Hex AA F8 92

RGB Percentages of Color #aaf892

%30.14
%43.97
%25.89

CMYK Percentages of Color #aaf892

%31
%0
%41
%3

Triadic Colors of #aaf892

#aaf892 #92aaf8 #f892aa

Analogous Colors of #aaf892

#aaf892 #92f8ad #ddf892

Monochromatic Colors of #aaf892

#aaf892

Complementary Color

#aaf892 #e092f8

#aaf892 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaf892 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaf892 Color CSS Codes

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

#aaf892 Text Font Color

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

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


#aaf892 Background Color

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

This div background color is #aaf892


#aaf892 Border Color

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

This div border color is #aaf892


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaf892


Comments

No comments written yet.

Please login to write comment.