Color Hex Logo

#abb7db Color Hex

#ABB7DB
(171,183,219)
0 Favorites   0 Comments

Color spaces of #abb7db

RGB 171183219
HSL0.630.400.76
HSV225°22°86°
CMYK 0.220.160.00   0.14
XYZ46.514347.639473.7616
Yxy47.63940.27700.2837
Hunter Lab69.0213-0.4939-15.0471
CIE-Lab74.59693.5170-19.4505

#abb7db color RGB value is (171,183,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10110111 11011011
Octal 253 267 333
Decimal 171 183 219
Hex AB B7 DB

RGB Percentages of Color #abb7db

%29.84
%31.94
%38.22

CMYK Percentages of Color #abb7db

%22
%16
%0
%14

Triadic Colors of #abb7db

#abb7db #dbabb7 #b7dbab

Analogous Colors of #abb7db

#abb7db #b7abdb #abcfdb

Monochromatic Colors of #abb7db

#abb7db

Complementary Color

#abb7db #dbcfab

#abb7db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abb7db Color Preview on White Background

Lorem ipsum dolor sit amet.

#abb7db Color CSS Codes

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

#abb7db Text Font Color

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

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


#abb7db Background Color

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

This div background color is #abb7db


#abb7db Border Color

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

This div border color is #abb7db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abb7db


Comments

No comments written yet.

Please login to write comment.