Color Hex Logo

#abfdbf Color Hex

#ABFDBF
(171,253,191)
0 Favorites   0 Comments

Color spaces of #abfdbf

RGB 171253191
HSL0.370.950.83
HSV135°32°99°
CMYK 0.320.000.25   0.01
XYZ61.323882.670162.0150
Yxy82.67010.29770.4013
Hunter Lab90.9231-38.724723.2068
CIE-Lab92.8698-37.216921.9227

#abfdbf color RGB value is (171,253,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11111101 10111111
Octal 253 375 277
Decimal 171 253 191
Hex AB FD BF

RGB Percentages of Color #abfdbf

%27.80
%41.14
%31.06

CMYK Percentages of Color #abfdbf

%32
%0
%25
%1

Triadic Colors of #abfdbf

#abfdbf #bfabfd #fdbfab

Analogous Colors of #abfdbf

#abfdbf #abfde8 #c0fdab

Monochromatic Colors of #abfdbf

#abfdbf

Complementary Color

#abfdbf #fdabe9

#abfdbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abfdbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#abfdbf Color CSS Codes

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

#abfdbf Text Font Color

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

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


#abfdbf Background Color

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

This div background color is #abfdbf


#abfdbf Border Color

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

This div border color is #abfdbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abfdbf


Comments

No comments written yet.

Please login to write comment.