Color Hex Logo

#aafb7c Color Hex

#AAFB7C
(170,251,124)
0 Favorites   0 Comments

Color spaces of #aafb7c

RGB 170251124
HSL0.270.940.74
HSV98°51°98°
CMYK 0.320.000.51   0.02
XYZ54.712878.995631.4328
Yxy78.99560.33130.4784
Hunter Lab88.8795-45.657341.2473
CIE-Lab91.2323-46.278352.7017

#aafb7c color RGB value is (170,251,124).

#aafb7c hex color red value is 170, green value is 251 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #aafb7c hue: 0.27 , saturation: 0.94 and the lightness value of aafb7c is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11111011 01111100
Octal 252 373 174
Decimal 170 251 124
Hex AA FB 7C

RGB Percentages of Color #aafb7c

%31.19
%46.06
%22.75

CMYK Percentages of Color #aafb7c

%32
%0
%51
%2

Triadic Colors of #aafb7c

#aafb7c #7caafb #fb7caa

Analogous Colors of #aafb7c

#aafb7c #7cfb8e #eafb7c

Monochromatic Colors of #aafb7c

#aafb7c

Complementary Color

#aafb7c #cd7cfb

#aafb7c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aafb7c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aafb7c Color CSS Codes

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

#aafb7c Text Font Color

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

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


#aafb7c Background Color

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

This div background color is #aafb7c


#aafb7c Border Color

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

This div border color is #aafb7c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aafb7c


Comments

No comments written yet.

Please login to write comment.