Color Hex Logo

#8c95ab Color Hex

#8C95AB
(140,149,171)
0 Favorites   0 Comments

Color spaces of #8c95ab

RGB 140149171
HSL0.620.160.61
HSV223°18°67°
CMYK 0.180.130.00   0.33
XYZ28.913330.010642.7968
Yxy30.01060.28420.2950
Hunter Lab54.7819-1.6580-7.9712
CIE-Lab61.66341.5154-12.6008

#8c95ab color RGB value is (140,149,171).

#8c95ab hex color red value is 140, green value is 149 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #8c95ab hue: 0.62 , saturation: 0.16 and the lightness value of 8c95ab is 0.61.

The process color (four color CMYK) of #8c95ab color hex is 0.18, 0.13, 0.00, 0.33. Web safe color of #8c95ab is #999999. Color #8c95ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 10010101 10101011
Octal 214 225 253
Decimal 140 149 171
Hex 8C 95 AB

RGB Percentages of Color #8c95ab

%30.43
%32.39
%37.17

CMYK Percentages of Color #8c95ab

%18
%13
%0
%33

Triadic Colors of #8c95ab

#8c95ab #ab8c95 #95ab8c

Analogous Colors of #8c95ab

#8c95ab #938cab #8ca5ab

Monochromatic Colors of #8c95ab

#8c95ab

Complementary Color

#8c95ab #aba28c

#8c95ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8c95ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#8c95ab Color CSS Codes

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

#8c95ab Text Font Color

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

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


#8c95ab Background Color

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

This div background color is #8c95ab


#8c95ab Border Color

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

This div border color is #8c95ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8c95ab


Comments

No comments written yet.

Please login to write comment.