Color Hex Logo

#8ca5bf Color Hex

#8CA5BF
(140,165,191)
1 Favorites   0 Comments

Color spaces of #8ca5bf

RGB 140165191
HSL0.580.280.65
HSV211°27°75°
CMYK 0.270.140.00   0.25
XYZ33.674336.247354.5118
Yxy36.24730.27060.2913
Hunter Lab60.2057-5.5213-11.5387
CIE-Lab66.7084-2.7028-16.2076

#8ca5bf color RGB value is (140,165,191).

#8ca5bf hex color red value is 140, green value is 165 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #8ca5bf hue: 0.58 , saturation: 0.28 and the lightness value of 8ca5bf is 0.65.

The process color (four color CMYK) of #8ca5bf color hex is 0.27, 0.14, 0.00, 0.25. Web safe color of #8ca5bf is #9999cc. Color #8ca5bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 10100101 10111111
Octal 214 245 277
Decimal 140 165 191
Hex 8C A5 BF

RGB Percentages of Color #8ca5bf

%28.23
%33.27
%38.51

CMYK Percentages of Color #8ca5bf

%27
%14
%0
%25

Triadic Colors of #8ca5bf

#8ca5bf #bf8ca5 #a5bf8c

Analogous Colors of #8ca5bf

#8ca5bf #8d8cbf #8cbfbf

Monochromatic Colors of #8ca5bf

#8ca5bf

Complementary Color

#8ca5bf #bfa68c

#8ca5bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ca5bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ca5bf Color CSS Codes

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

#8ca5bf Text Font Color

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

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


#8ca5bf Background Color

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

This div background color is #8ca5bf


#8ca5bf Border Color

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

This div border color is #8ca5bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ca5bf

#8ca5bf Color Palettes


Comments

No comments written yet.

Please login to write comment.