Color Hex Logo

#a8fabf Color Hex

#A8FABF
(168,250,191)
0 Favorites   0 Comments

Color spaces of #a8fabf

RGB 168250191
HSL0.380.890.82
HSV137°33°98°
CMYK 0.330.000.24   0.02
XYZ59.738080.457661.6716
Yxy80.45760.29590.3986
Hunter Lab89.6982-38.092722.0241
CIE-Lab91.8898-36.749420.5396

#a8fabf color RGB value is (168,250,191).

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

The process color (four color CMYK) of #a8fabf color hex is 0.33, 0.00, 0.24, 0.02. Web safe color of #a8fabf is #99ffcc. Color #a8fabf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 11111010 10111111
Octal 250 372 277
Decimal 168 250 191
Hex A8 FA BF

RGB Percentages of Color #a8fabf

%27.59
%41.05
%31.36

CMYK Percentages of Color #a8fabf

%33
%0
%24
%2

Triadic Colors of #a8fabf

#a8fabf #bfa8fa #fabfa8

Analogous Colors of #a8fabf

#a8fabf #a8fae8 #bafaa8

Monochromatic Colors of #a8fabf

#a8fabf

Complementary Color

#a8fabf #faa8e3

#a8fabf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8fabf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8fabf Color CSS Codes

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

#a8fabf Text Font Color

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

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


#a8fabf Background Color

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

This div background color is #a8fabf


#a8fabf Border Color

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

This div border color is #a8fabf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8fabf


Comments

No comments written yet.

Please login to write comment.