Color Hex Logo

#abfbdd Color Hex

#ABFBDD
(171,251,221)
0 Favorites   0 Comments

Color spaces of #abfbdd

RGB 171251221
HSL0.440.910.83
HSV158°32°98°
CMYK 0.320.000.12   0.02
XYZ64.342982.872781.0114
Yxy82.87270.28190.3631
Hunter Lab91.0344-33.147010.9620
CIE-Lab92.9587-30.62306.6318

#abfbdd color RGB value is (171,251,221).

#abfbdd hex color red value is 171, green value is 251 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #abfbdd hue: 0.44 , saturation: 0.91 and the lightness value of abfbdd is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11111011 11011101
Octal 253 373 335
Decimal 171 251 221
Hex AB FB DD

RGB Percentages of Color #abfbdd

%26.59
%39.04
%34.37

CMYK Percentages of Color #abfbdd

%32
%0
%12
%2

Triadic Colors of #abfbdd

#abfbdd #ddabfb #fbddab

Analogous Colors of #abfbdd

#abfbdd #abf1fb #abfbb5

Monochromatic Colors of #abfbdd

#abfbdd

Complementary Color

#abfbdd #fbabc9

#abfbdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abfbdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#abfbdd Color CSS Codes

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

#abfbdd Text Font Color

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

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


#abfbdd Background Color

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

This div background color is #abfbdd


#abfbdd Border Color

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

This div border color is #abfbdd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,251,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abfbdd


Comments

No comments written yet.

Please login to write comment.