Color Hex Logo

#abffbf Color Hex

#ABFFBF
(171,255,191)
0 Favorites   0 Comments

Color spaces of #abffbf

RGB 171255191
HSL0.371.000.84
HSV134°33°100°
CMYK 0.330.000.25   0.00
XYZ61.958683.939562.2266
Yxy83.93950.29770.4033
Hunter Lab91.6185-39.618723.8636
CIE-Lab93.4242-38.120922.6903

#abffbf color RGB value is (171,255,191).

#abffbf hex color red value is 171, green value is 255 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #abffbf hue: 0.37 , saturation: 1.00 and the lightness value of abffbf is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11111111 10111111
Octal 253 377 277
Decimal 171 255 191
Hex AB FF BF

RGB Percentages of Color #abffbf

%27.71
%41.33
%30.96

CMYK Percentages of Color #abffbf

%33
%0
%25
%0

Triadic Colors of #abffbf

#abffbf #bfabff #ffbfab

Analogous Colors of #abffbf

#abffbf #abffe9 #c1ffab

Monochromatic Colors of #abffbf

#abffbf

Complementary Color

#abffbf #ffabeb

#abffbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abffbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#abffbf Color CSS Codes

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

#abffbf Text Font Color

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

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


#abffbf Background Color

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

This div background color is #abffbf


#abffbf Border Color

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

This div border color is #abffbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abffbf

Related Colors


Comments

No comments written yet.

Please login to write comment.