Color Hex Logo

#aaf47d Color Hex

#AAF47D
(170,244,125)
0 Favorites   0 Comments

Color spaces of #aaf47d

RGB 170244125
HSL0.270.840.72
HSV97°49°96°
CMYK 0.300.000.49   0.04
XYZ52.629974.728131.0521
Yxy74.72810.33220.4717
Hunter Lab86.4454-42.604739.2142
CIE-Lab89.2655-43.147149.8464

#aaf47d color RGB value is (170,244,125).

#aaf47d hex color red value is 170, green value is 244 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #aaf47d hue: 0.27 , saturation: 0.84 and the lightness value of aaf47d is 0.72.

The process color (four color CMYK) of #aaf47d color hex is 0.30, 0.00, 0.49, 0.04. Web safe color of #aaf47d is #99ff66. Color #aaf47d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11110100 01111101
Octal 252 364 175
Decimal 170 244 125
Hex AA F4 7D

RGB Percentages of Color #aaf47d

%31.54
%45.27
%23.19

CMYK Percentages of Color #aaf47d

%30
%0
%49
%4

Triadic Colors of #aaf47d

#aaf47d #7daaf4 #f47daa

Analogous Colors of #aaf47d

#aaf47d #7df48c #e6f47d

Monochromatic Colors of #aaf47d

#aaf47d

Complementary Color

#aaf47d #c77df4

#aaf47d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaf47d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaf47d Color CSS Codes

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

#aaf47d Text Font Color

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

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


#aaf47d Background Color

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

This div background color is #aaf47d


#aaf47d Border Color

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

This div border color is #aaf47d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaf47d


Comments

No comments written yet.

Please login to write comment.