Color Hex Logo

#8cabcd Color Hex

#8CABCD
(140,171,205)
0 Favorites   0 Comments

Color spaces of #8cabcd

RGB 140171205
HSL0.590.390.68
HSV211°32°80°
CMYK 0.320.170.00   0.20
XYZ36.397639.109063.3881
Yxy39.10900.26210.2816
Hunter Lab62.5372-5.5504-16.3207
CIE-Lab68.8301-2.5568-20.7396

#8cabcd color RGB value is (140,171,205).

#8cabcd hex color red value is 140, green value is 171 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #8cabcd hue: 0.59 , saturation: 0.39 and the lightness value of 8cabcd is 0.68.

The process color (four color CMYK) of #8cabcd color hex is 0.32, 0.17, 0.00, 0.20. Web safe color of #8cabcd is #9999cc. Color #8cabcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 10101011 11001101
Octal 214 253 315
Decimal 140 171 205
Hex 8C AB CD

RGB Percentages of Color #8cabcd

%27.13
%33.14
%39.73

CMYK Percentages of Color #8cabcd

%32
%17
%0
%20

Triadic Colors of #8cabcd

#8cabcd #cd8cab #abcd8c

Analogous Colors of #8cabcd

#8cabcd #8e8ccd #8ccccd

Monochromatic Colors of #8cabcd

#8cabcd

Complementary Color

#8cabcd #cdae8c

#8cabcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cabcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cabcd Color CSS Codes

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

#8cabcd Text Font Color

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

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


#8cabcd Background Color

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

This div background color is #8cabcd


#8cabcd Border Color

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

This div border color is #8cabcd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(140,171,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #8cabcd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cabcd


Comments

No comments written yet.

Please login to write comment.