Color Hex Logo

#8cabdb Color Hex

#8CABDB
(140,171,219)
0 Favorites   0 Comments

Color spaces of #8cabdb

RGB 140171219
HSL0.600.520.70
HSV216°36°86°
CMYK 0.360.220.00   0.14
XYZ38.164339.815772.6916
Yxy39.81570.25330.2643
Hunter Lab63.0997-2.4631-24.1330
CIE-Lab69.33811.0360-27.6640

#8cabdb color RGB value is (140,171,219).

#8cabdb hex color red value is 140, green value is 171 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #8cabdb hue: 0.60 , saturation: 0.52 and the lightness value of 8cabdb is 0.70.

The process color (four color CMYK) of #8cabdb color hex is 0.36, 0.22, 0.00, 0.14. Web safe color of #8cabdb is #9999cc. Color #8cabdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 10101011 11011011
Octal 214 253 333
Decimal 140 171 219
Hex 8C AB DB

RGB Percentages of Color #8cabdb

%26.42
%32.26
%41.32

CMYK Percentages of Color #8cabdb

%36
%22
%0
%14

Triadic Colors of #8cabdb

#8cabdb #db8cab #abdb8c

Analogous Colors of #8cabdb

#8cabdb #958cdb #8cd3db

Monochromatic Colors of #8cabdb

#8cabdb

Complementary Color

#8cabdb #dbbc8c

#8cabdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cabdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cabdb Color CSS Codes

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

#8cabdb Text Font Color

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

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


#8cabdb Background Color

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

This div background color is #8cabdb


#8cabdb Border Color

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

This div border color is #8cabdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cabdb

#8cabdb Color Palettes


Comments

No comments written yet.

Please login to write comment.