Color Hex Logo

#abfabb Color Hex

#ABFABB
(171,250,187)
0 Favorites   0 Comments

Color spaces of #abfabb

RGB 171250187
HSL0.370.890.83
HSV132°32°98°
CMYK 0.320.000.25   0.02
XYZ59.949880.617059.4147
Yxy80.61700.29980.4031
Hunter Lab89.7870-37.944723.6169
CIE-Lab91.9610-36.550722.7061

#abfabb color RGB value is (171,250,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11111010 10111011
Octal 253 372 273
Decimal 171 250 187
Hex AB FA BB

RGB Percentages of Color #abfabb

%28.13
%41.12
%30.76

CMYK Percentages of Color #abfabb

%32
%0
%25
%2

Triadic Colors of #abfabb

#abfabb #bbabfa #fabbab

Analogous Colors of #abfabb

#abfabb #abfae3 #c3faab

Monochromatic Colors of #abfabb

#abfabb

Complementary Color

#abfabb #faabea

#abfabb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abfabb Color Preview on White Background

Lorem ipsum dolor sit amet.

#abfabb Color CSS Codes

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

#abfabb Text Font Color

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

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


#abfabb Background Color

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

This div background color is #abfabb


#abfabb Border Color

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

This div border color is #abfabb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,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 #abfabb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abfabb


Comments

No comments written yet.

Please login to write comment.