Color Hex Logo

#aaf668 Color Hex

#AAF668
(170,246,104)
0 Favorites   0 Comments

Color spaces of #aaf668

RGB 170246104
HSL0.260.890.69
HSV92°58°96°
CMYK 0.310.000.58   0.04
XYZ52.032075.457124.9190
Yxy75.45710.34140.4951
Hunter Lab86.8660-45.095643.7979
CIE-Lab89.6067-46.178559.7447

#aaf668 color RGB value is (170,246,104).

#aaf668 hex color red value is 170, green value is 246 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #aaf668 hue: 0.26 , saturation: 0.89 and the lightness value of aaf668 is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11110110 01101000
Octal 252 366 150
Decimal 170 246 104
Hex AA F6 68

RGB Percentages of Color #aaf668

%32.69
%47.31
%20.00

CMYK Percentages of Color #aaf668

%31
%0
%58
%4

Triadic Colors of #aaf668

#aaf668 #68aaf6 #f668aa

Analogous Colors of #aaf668

#aaf668 #68f66d #f1f668

Monochromatic Colors of #aaf668

#aaf668

Complementary Color

#aaf668 #b468f6

#aaf668 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaf668 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaf668 Color CSS Codes

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

#aaf668 Text Font Color

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

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


#aaf668 Background Color

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

This div background color is #aaf668


#aaf668 Border Color

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

This div border color is #aaf668


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaf668


Comments

No comments written yet.

Please login to write comment.