Color Hex Logo

#8ca4eb Color Hex

#8CA4EB
(140,164,235)
0 Favorites   0 Comments

Color spaces of #8ca4eb

RGB 140164235
HSL0.620.700.74
HSV225°40°92°
CMYK 0.400.300.00   0.08
XYZ39.086138.124583.8960
Yxy38.12450.24260.2366
Hunter Lab61.74504.9410-37.3387
CIE-Lab68.11239.2659-38.3328

#8ca4eb color RGB value is (140,164,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 10100100 11101011
Octal 214 244 353
Decimal 140 164 235
Hex 8C A4 EB

RGB Percentages of Color #8ca4eb

%25.97
%30.43
%43.60

CMYK Percentages of Color #8ca4eb

%40
%30
%0
%8

Triadic Colors of #8ca4eb

#8ca4eb #eb8ca4 #a4eb8c

Analogous Colors of #8ca4eb

#8ca4eb #a48ceb #8cd4eb

Monochromatic Colors of #8ca4eb

#8ca4eb

Complementary Color

#8ca4eb #ebd38c

#8ca4eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ca4eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ca4eb Color CSS Codes

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

#8ca4eb Text Font Color

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

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


#8ca4eb Background Color

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

This div background color is #8ca4eb


#8ca4eb Border Color

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

This div border color is #8ca4eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ca4eb


Comments

No comments written yet.

Please login to write comment.