Color Hex Logo

#abc9db Color Hex

#ABC9DB
(171,201,219)
0 Favorites   0 Comments

Color spaces of #abc9db

RGB 171201219
HSL0.560.400.76
HSV203°22°86°
CMYK 0.220.080.00   0.14
XYZ50.467455.545775.0793
Yxy55.54570.27870.3067
Hunter Lab74.5290-9.5542-7.5575
CIE-Lab79.3546-6.1299-12.2875

#abc9db color RGB value is (171,201,219).

#abc9db hex color red value is 171, green value is 201 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #abc9db hue: 0.56 , saturation: 0.40 and the lightness value of abc9db is 0.76.

The process color (four color CMYK) of #abc9db color hex is 0.22, 0.08, 0.00, 0.14. Web safe color of #abc9db is #99cccc. Color #abc9db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11001001 11011011
Octal 253 311 333
Decimal 171 201 219
Hex AB C9 DB

RGB Percentages of Color #abc9db

%28.93
%34.01
%37.06

CMYK Percentages of Color #abc9db

%22
%8
%0
%14

Triadic Colors of #abc9db

#abc9db #dbabc9 #c9dbab

Analogous Colors of #abc9db

#abc9db #abb1db #abdbd5

Monochromatic Colors of #abc9db

#abc9db

Complementary Color

#abc9db #dbbdab

#abc9db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abc9db Color Preview on White Background

Lorem ipsum dolor sit amet.

#abc9db Color CSS Codes

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

#abc9db Text Font Color

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

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


#abc9db Background Color

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

This div background color is #abc9db


#abc9db Border Color

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

This div border color is #abc9db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abc9db


Comments

No comments written yet.

Please login to write comment.