Color Hex Logo

#a8faab Color Hex

#A8FAAB
(168,250,171)
0 Favorites   0 Comments

Color spaces of #a8faab

RGB 168250171
HSL0.340.890.82
HSV122°33°98°
CMYK 0.330.000.32   0.02
XYZ57.684779.636350.8591
Yxy79.63630.30650.4232
Hunter Lab89.2392-40.785228.6769
CIE-Lab91.5214-40.126030.2028

#a8faab color RGB value is (168,250,171).

#a8faab hex color red value is 168, green value is 250 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #a8faab hue: 0.34 , saturation: 0.89 and the lightness value of a8faab is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 11111010 10101011
Octal 250 372 253
Decimal 168 250 171
Hex A8 FA AB

RGB Percentages of Color #a8faab

%28.52
%42.44
%29.03

CMYK Percentages of Color #a8faab

%33
%0
%32
%2

Triadic Colors of #a8faab

#a8faab #aba8fa #faaba8

Analogous Colors of #a8faab

#a8faab #a8fad4 #cefaa8

Monochromatic Colors of #a8faab

#a8faab

Complementary Color

#a8faab #faa8f7

#a8faab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8faab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8faab Color CSS Codes

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

#a8faab Text Font Color

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

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


#a8faab Background Color

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

This div background color is #a8faab


#a8faab Border Color

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

This div border color is #a8faab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(168,250,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a8faab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a8faab;
  -webkit-box-shadow: 1px 1px 3px 2px #a8faab;
  box-shadow:         1px 1px 3px 2px #a8faab; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,250,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8faab


Comments

No comments written yet.

Please login to write comment.