Color Hex Logo

#aafb93 Color Hex

#AAFB93
(170,251,147)
0 Favorites   0 Comments

Color spaces of #aafb93

RGB 170251147
HSL0.300.930.78
HSV107°41°98°
CMYK 0.320.000.41   0.02
XYZ56.341279.647040.0077
Yxy79.64700.32010.4526
Hunter Lab89.2452-43.490535.8925
CIE-Lab91.5262-43.459142.1412

#aafb93 color RGB value is (170,251,147).

#aafb93 hex color red value is 170, green value is 251 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #aafb93 hue: 0.30 , saturation: 0.93 and the lightness value of aafb93 is 0.78.

The process color (four color CMYK) of #aafb93 color hex is 0.32, 0.00, 0.41, 0.02. Web safe color of #aafb93 is #99ff99. Color #aafb93 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11111011 10010011
Octal 252 373 223
Decimal 170 251 147
Hex AA FB 93

RGB Percentages of Color #aafb93

%29.93
%44.19
%25.88

CMYK Percentages of Color #aafb93

%32
%0
%41
%2

Triadic Colors of #aafb93

#aafb93 #93aafb #fb93aa

Analogous Colors of #aafb93

#aafb93 #93fbb0 #defb93

Monochromatic Colors of #aafb93

#aafb93

Complementary Color

#aafb93 #e493fb

#aafb93 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aafb93 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aafb93 Color CSS Codes

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

#aafb93 Text Font Color

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

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


#aafb93 Background Color

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

This div background color is #aafb93


#aafb93 Border Color

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

This div border color is #aafb93


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aafb93


Comments

No comments written yet.

Please login to write comment.