Color Hex Logo

#8cabcf Color Hex

#8CABCF
(140,171,207)
0 Favorites   0 Comments

Color spaces of #8cabcf

RGB 140171207
HSL0.590.410.68
HSV212°32°81°
CMYK 0.320.170.00   0.19
XYZ36.640639.206364.6679
Yxy39.20630.26080.2790
Hunter Lab62.6149-5.1227-17.4035
CIE-Lab68.9004-2.0535-21.7348

#8cabcf color RGB value is (140,171,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 10101011 11001111
Octal 214 253 317
Decimal 140 171 207
Hex 8C AB CF

RGB Percentages of Color #8cabcf

%27.03
%33.01
%39.96

CMYK Percentages of Color #8cabcf

%32
%17
%0
%19

Triadic Colors of #8cabcf

#8cabcf #cf8cab #abcf8c

Analogous Colors of #8cabcf

#8cabcf #8f8ccf #8ccdcf

Monochromatic Colors of #8cabcf

#8cabcf

Complementary Color

#8cabcf #cfb08c

#8cabcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cabcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cabcf Color CSS Codes

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

#8cabcf Text Font Color

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

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


#8cabcf Background Color

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

This div background color is #8cabcf


#8cabcf Border Color

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

This div border color is #8cabcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cabcf


Comments

No comments written yet.

Please login to write comment.