Color Hex Logo

#abbddb Color Hex

#ABBDDB
(171,189,219)
0 Favorites   0 Comments

Color spaces of #abbddb

RGB 171189219
HSL0.600.400.76
HSV218°22°86°
CMYK 0.220.140.00   0.14
XYZ47.778450.167674.1830
Yxy50.16760.27760.2915
Hunter Lab70.8291-3.5421-12.5171
CIE-Lab76.17200.2653-17.0687

#abbddb color RGB value is (171,189,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10111101 11011011
Octal 253 275 333
Decimal 171 189 219
Hex AB BD DB

RGB Percentages of Color #abbddb

%29.53
%32.64
%37.82

CMYK Percentages of Color #abbddb

%22
%14
%0
%14

Triadic Colors of #abbddb

#abbddb #dbabbd #bddbab

Analogous Colors of #abbddb

#abbddb #b1abdb #abd5db

Monochromatic Colors of #abbddb

#abbddb

Complementary Color

#abbddb #dbc9ab

#abbddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abbddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#abbddb Color CSS Codes

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

#abbddb Text Font Color

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

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


#abbddb Background Color

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

This div background color is #abbddb


#abbddb Border Color

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

This div border color is #abbddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abbddb


Comments

No comments written yet.

Please login to write comment.