Color Hex Logo

#aaf563 Color Hex

#AAF563
(170,245,99)
0 Favorites   0 Comments

Color spaces of #aaf563

RGB 17024599
HSL0.250.880.67
HSV91°60°96°
CMYK 0.310.000.60   0.04
XYZ51.482174.751723.5195
Yxy74.75170.34380.4992
Hunter Lab86.4591-45.015444.3927
CIE-Lab89.2766-46.201661.5100

#aaf563 color RGB value is (170,245,99).

#aaf563 hex color red value is 170, green value is 245 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #aaf563 hue: 0.25 , saturation: 0.88 and the lightness value of aaf563 is 0.67.

The process color (four color CMYK) of #aaf563 color hex is 0.31, 0.00, 0.60, 0.04. Web safe color of #aaf563 is #99ff66. Color #aaf563 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11110101 01100011
Octal 252 365 143
Decimal 170 245 99
Hex AA F5 63

RGB Percentages of Color #aaf563

%33.07
%47.67
%19.26

CMYK Percentages of Color #aaf563

%31
%0
%60
%4

Triadic Colors of #aaf563

#aaf563 #63aaf5 #f563aa

Analogous Colors of #aaf563

#aaf563 #63f565 #f3f563

Monochromatic Colors of #aaf563

#aaf563

Complementary Color

#aaf563 #ae63f5

#aaf563 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaf563 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaf563 Color CSS Codes

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

#aaf563 Text Font Color

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

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


#aaf563 Background Color

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

This div background color is #aaf563


#aaf563 Border Color

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

This div border color is #aaf563


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaf563

Related Colors


Comments

No comments written yet.

Please login to write comment.