Color Hex Logo

#abc3db Color Hex

#ABC3DB
(171,195,219)
0 Favorites   0 Comments

Color spaces of #abc3db

RGB 171195219
HSL0.580.400.76
HSV210°22°86°
CMYK 0.220.110.00   0.14
XYZ49.095952.802674.6221
Yxy52.80260.27810.2991
Hunter Lab72.6654-6.5621-10.0208
CIE-Lab77.7583-2.9509-14.6803

#abc3db color RGB value is (171,195,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11000011 11011011
Octal 253 303 333
Decimal 171 195 219
Hex AB C3 DB

RGB Percentages of Color #abc3db

%29.23
%33.33
%37.44

CMYK Percentages of Color #abc3db

%22
%11
%0
%14

Triadic Colors of #abc3db

#abc3db #dbabc3 #c3dbab

Analogous Colors of #abc3db

#abc3db #ababdb #abdbdb

Monochromatic Colors of #abc3db

#abc3db

Complementary Color

#abc3db #dbc3ab

#abc3db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abc3db Color Preview on White Background

Lorem ipsum dolor sit amet.

#abc3db Color CSS Codes

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

#abc3db Text Font Color

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

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


#abc3db Background Color

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

This div background color is #abc3db


#abc3db Border Color

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

This div border color is #abc3db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abc3db


Comments

No comments written yet.

Please login to write comment.