Color Hex Logo

#abbcdb Color Hex

#ABBCDB
(171,188,219)
0 Favorites   0 Comments

Color spaces of #abbcdb

RGB 171188219
HSL0.610.400.76
HSV219°22°86°
CMYK 0.220.140.00   0.14
XYZ47.564049.738874.1115
Yxy49.73880.27750.2902
Hunter Lab70.5257-3.0360-12.9365
CIE-Lab75.90870.8050-17.4662

#abbcdb color RGB value is (171,188,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10111100 11011011
Octal 253 274 333
Decimal 171 188 219
Hex AB BC DB

RGB Percentages of Color #abbcdb

%29.58
%32.53
%37.89

CMYK Percentages of Color #abbcdb

%22
%14
%0
%14

Triadic Colors of #abbcdb

#abbcdb #dbabbc #bcdbab

Analogous Colors of #abbcdb

#abbcdb #b2abdb #abd4db

Monochromatic Colors of #abbcdb

#abbcdb

Complementary Color

#abbcdb #dbcaab

#abbcdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abbcdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#abbcdb Color CSS Codes

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

#abbcdb Text Font Color

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

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


#abbcdb Background Color

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

This div background color is #abbcdb


#abbcdb Border Color

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

This div border color is #abbcdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abbcdb


Comments

No comments written yet.

Please login to write comment.