Color Hex Logo

#a8fabb Color Hex

#A8FABB
(168,250,187)
0 Favorites   0 Comments

Color spaces of #a8fabb

RGB 168250187
HSL0.370.890.82
HSV134°33°98°
CMYK 0.330.000.25   0.02
XYZ59.303780.283959.3844
Yxy80.28390.29810.4035
Hunter Lab89.6013-38.659823.4257
CIE-Lab91.8121-37.454922.4771

#a8fabb color RGB value is (168,250,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 11111010 10111011
Octal 250 372 273
Decimal 168 250 187
Hex A8 FA BB

RGB Percentages of Color #a8fabb

%27.77
%41.32
%30.91

CMYK Percentages of Color #a8fabb

%33
%0
%25
%2

Triadic Colors of #a8fabb

#a8fabb #bba8fa #fabba8

Analogous Colors of #a8fabb

#a8fabb #a8fae4 #befaa8

Monochromatic Colors of #a8fabb

#a8fabb

Complementary Color

#a8fabb #faa8e7

#a8fabb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8fabb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8fabb Color CSS Codes

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

#a8fabb Text Font Color

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

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


#a8fabb Background Color

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

This div background color is #a8fabb


#a8fabb Border Color

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

This div border color is #a8fabb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8fabb

Related Colors


Comments

No comments written yet.

Please login to write comment.