Color Hex Logo

#8ca8eb Color Hex

#8CA8EB
(140,168,235)
0 Favorites   0 Comments

Color spaces of #8ca8eb

RGB 140168235
HSL0.620.700.74
HSV222°40°92°
CMYK 0.400.290.00   0.08
XYZ39.813239.578984.1384
Yxy39.57890.24350.2420
Hunter Lab62.91182.8667-35.2564
CIE-Lab69.16857.0044-36.6881

#8ca8eb color RGB value is (140,168,235).

#8ca8eb hex color red value is 140, green value is 168 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #8ca8eb hue: 0.62 , saturation: 0.70 and the lightness value of 8ca8eb is 0.74.

The process color (four color CMYK) of #8ca8eb color hex is 0.40, 0.29, 0.00, 0.08. Web safe color of #8ca8eb is #9999ff. Color #8ca8eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 10101000 11101011
Octal 214 250 353
Decimal 140 168 235
Hex 8C A8 EB

RGB Percentages of Color #8ca8eb

%25.78
%30.94
%43.28

CMYK Percentages of Color #8ca8eb

%40
%29
%0
%8

Triadic Colors of #8ca8eb

#8ca8eb #eb8ca8 #a8eb8c

Analogous Colors of #8ca8eb

#8ca8eb #a08ceb #8cd8eb

Monochromatic Colors of #8ca8eb

#8ca8eb

Complementary Color

#8ca8eb #ebcf8c

#8ca8eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ca8eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ca8eb Color CSS Codes

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

#8ca8eb Text Font Color

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

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


#8ca8eb Background Color

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

This div background color is #8ca8eb


#8ca8eb Border Color

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

This div border color is #8ca8eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ca8eb


Comments

No comments written yet.

Please login to write comment.