Color Hex Logo

#8ca7eb Color Hex

#8CA7EB
(140,167,235)
0 Favorites   0 Comments

Color spaces of #8ca7eb

RGB 140167235
HSL0.620.700.74
HSV223°40°92°
CMYK 0.400.290.00   0.08
XYZ39.629339.211084.0771
Yxy39.21100.24320.2407
Hunter Lab62.61873.3841-35.7746
CIE-Lab68.90387.5685-37.0999

#8ca7eb color RGB value is (140,167,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 10100111 11101011
Octal 214 247 353
Decimal 140 167 235
Hex 8C A7 EB

RGB Percentages of Color #8ca7eb

%25.83
%30.81
%43.36

CMYK Percentages of Color #8ca7eb

%40
%29
%0
%8

Triadic Colors of #8ca7eb

#8ca7eb #eb8ca7 #a7eb8c

Analogous Colors of #8ca7eb

#8ca7eb #a18ceb #8cd7eb

Monochromatic Colors of #8ca7eb

#8ca7eb

Complementary Color

#8ca7eb #ebd08c

#8ca7eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ca7eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ca7eb Color CSS Codes

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

#8ca7eb Text Font Color

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

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


#8ca7eb Background Color

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

This div background color is #8ca7eb


#8ca7eb Border Color

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

This div border color is #8ca7eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ca7eb


Comments

No comments written yet.

Please login to write comment.