Color Hex Logo

#abf2db Color Hex

#ABF2DB
(171,242,219)
0 Favorites   0 Comments

Color spaces of #abf2db

RGB 171242219
HSL0.450.730.81
HSV161°29°95°
CMYK 0.290.000.10   0.05
XYZ61.332977.276778.7011
Yxy77.27670.28220.3556
Hunter Lab87.9072-29.29808.4542
CIE-Lab90.4488-26.76024.0438

#abf2db color RGB value is (171,242,219).

#abf2db hex color red value is 171, green value is 242 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #abf2db hue: 0.45 , saturation: 0.73 and the lightness value of abf2db is 0.81.

The process color (four color CMYK) of #abf2db color hex is 0.29, 0.00, 0.10, 0.05. Web safe color of #abf2db is #99ffcc. Color #abf2db contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11110010 11011011
Octal 253 362 333
Decimal 171 242 219
Hex AB F2 DB

RGB Percentages of Color #abf2db

%27.06
%38.29
%34.65

CMYK Percentages of Color #abf2db

%29
%0
%10
%5

Triadic Colors of #abf2db

#abf2db #dbabf2 #f2dbab

Analogous Colors of #abf2db

#abf2db #abe6f2 #abf2b8

Monochromatic Colors of #abf2db

#abf2db

Complementary Color

#abf2db #f2abc2

#abf2db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abf2db Color Preview on White Background

Lorem ipsum dolor sit amet.

#abf2db Color CSS Codes

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

#abf2db Text Font Color

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

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


#abf2db Background Color

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

This div background color is #abf2db


#abf2db Border Color

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

This div border color is #abf2db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abf2db


Comments

No comments written yet.

Please login to write comment.