Color Hex Logo

#abf9db Color Hex

#ABF9DB
(171,249,219)
0 Favorites   0 Comments

Color spaces of #abf9db

RGB 171249219
HSL0.440.870.82
HSV157°31°98°
CMYK 0.310.000.12   0.02
XYZ63.456581.523879.4090
Yxy81.52380.28280.3633
Hunter Lab90.2905-32.558011.0588
CIE-Lab92.3643-30.08626.8098

#abf9db color RGB value is (171,249,219).

#abf9db hex color red value is 171, green value is 249 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #abf9db hue: 0.44 , saturation: 0.87 and the lightness value of abf9db is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11111001 11011011
Octal 253 371 333
Decimal 171 249 219
Hex AB F9 DB

RGB Percentages of Color #abf9db

%26.76
%38.97
%34.27

CMYK Percentages of Color #abf9db

%31
%0
%12
%2

Triadic Colors of #abf9db

#abf9db #dbabf9 #f9dbab

Analogous Colors of #abf9db

#abf9db #abf0f9 #abf9b4

Monochromatic Colors of #abf9db

#abf9db

Complementary Color

#abf9db #f9abc9

#abf9db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abf9db Color Preview on White Background

Lorem ipsum dolor sit amet.

#abf9db Color CSS Codes

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

#abf9db Text Font Color

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

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


#abf9db Background Color

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

This div background color is #abf9db


#abf9db Border Color

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

This div border color is #abf9db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abf9db


Comments

No comments written yet.

Please login to write comment.