Color Hex Logo

#aaf962 Color Hex

#AAF962
(170,249,98)
0 Favorites   0 Comments

Color spaces of #aaf962

RGB 17024998
HSL0.250.930.68
HSV91°61°98°
CMYK 0.320.000.61   0.02
XYZ52.657977.179323.6770
Yxy77.17930.34300.5028
Hunter Lab87.8518-46.748645.5169
CIE-Lab90.4041-47.982163.1867

#aaf962 color RGB value is (170,249,98).

#aaf962 hex color red value is 170, green value is 249 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #aaf962 hue: 0.25 , saturation: 0.93 and the lightness value of aaf962 is 0.68.

The process color (four color CMYK) of #aaf962 color hex is 0.32, 0.00, 0.61, 0.02. Web safe color of #aaf962 is #99ff66. Color #aaf962 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11111001 01100010
Octal 252 371 142
Decimal 170 249 98
Hex AA F9 62

RGB Percentages of Color #aaf962

%32.88
%48.16
%18.96

CMYK Percentages of Color #aaf962

%32
%0
%61
%2

Triadic Colors of #aaf962

#aaf962 #62aaf9 #f962aa

Analogous Colors of #aaf962

#aaf962 #62f966 #f6f962

Monochromatic Colors of #aaf962

#aaf962

Complementary Color

#aaf962 #b162f9

#aaf962 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaf962 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaf962 Color CSS Codes

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

#aaf962 Text Font Color

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

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


#aaf962 Background Color

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

This div background color is #aaf962


#aaf962 Border Color

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

This div border color is #aaf962


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaf962


Comments

No comments written yet.

Please login to write comment.