Color Hex Logo

#a8fabe Color Hex

#A8FABE
(168,250,190)
0 Favorites   0 Comments

Color spaces of #a8fabe

RGB 168250190
HSL0.380.890.82
HSV136°33°98°
CMYK 0.330.000.24   0.02
XYZ59.628380.413861.0939
Yxy80.41380.29650.3998
Hunter Lab89.6737-38.236022.3779
CIE-Lab91.8702-36.927321.0242

#a8fabe color RGB value is (168,250,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 11111010 10111110
Octal 250 372 276
Decimal 168 250 190
Hex A8 FA BE

RGB Percentages of Color #a8fabe

%27.63
%41.12
%31.25

CMYK Percentages of Color #a8fabe

%33
%0
%24
%2

Triadic Colors of #a8fabe

#a8fabe #bea8fa #fabea8

Analogous Colors of #a8fabe

#a8fabe #a8fae7 #bbfaa8

Monochromatic Colors of #a8fabe

#a8fabe

Complementary Color

#a8fabe #faa8e4

#a8fabe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8fabe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8fabe Color CSS Codes

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

#a8fabe Text Font Color

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

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


#a8fabe Background Color

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

This div background color is #a8fabe


#a8fabe Border Color

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

This div border color is #a8fabe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8fabe


Comments

No comments written yet.

Please login to write comment.