color codes Logo

#8ca3b4 color codes

#8CA3B4
(140,163,180)
0 Favorites   0 Comments

Color spaces of #8ca3b4

RGB 140163180
HSL0.570.210.63
HSV206°22°71°
CMYK 0.220.090.00   0.29
XYZ32.150635.065148.2537
Yxy35.06510.27840.3037
Hunter Lab59.2158-6.7129-6.8631
CIE-Lab65.7993-4.2030-11.4493

#8ca3b4 color RGB value is (140,163,180).

#8ca3b4 hex color red value is 140, green value is 163 and the blue value of its RGB is 180. Cylindrical-coordinate representations (also known as HSL) of color #8ca3b4 hue: 0.57 , saturation: 0.21 and the lightness value of 8ca3b4 is 0.63.

The process color (four color CMYK) of #8ca3b4 color code is 0.22, 0.09, 0.00, 0.29. Web safe color of #8ca3b4 is #9999cc. Color #8ca3b4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 10100011 10110100
Octal 214 243 264
Decimal 140 163 180
Hex 8C A3 B4

RGB Percentages of Color #8ca3b4

%28.99
%33.75
%37.27

CMYK Percentages of Color #8ca3b4

%22
%9
%0
%29

Triadic Colors of #8ca3b4

#8ca3b4 #b48ca3 #a3b48c

Analogous Colors of #8ca3b4

#8ca3b4 #8c8fb4 #8cb4b1

Monochromatic Colors of #8ca3b4

#8ca3b4

Complementary Color

#8ca3b4 #b49d8c

#8ca3b4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ca3b4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ca3b4 Color CSS Codes

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

#8ca3b4 Text Font Color

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

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


#8ca3b4 Background Color

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

This div background color is #8ca3b4


#8ca3b4 Border Color

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

This div border color is #8ca3b4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ca3b4


Comments

No comments written yet.

Please login to write comment.