Color Hex Logo

#8c96ad Color Hex

#8C96AD
(140,150,173)
0 Favorites   0 Comments

Color spaces of #8c96ad

RGB 140150173
HSL0.620.170.61
HSV222°19°68°
CMYK 0.190.130.00   0.32
XYZ29.264430.405343.8616
Yxy30.40530.28270.2937
Hunter Lab55.1410-1.7633-8.5632
CIE-Lab62.00241.4098-13.2214

#8c96ad color RGB value is (140,150,173).

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

The process color (four color CMYK) of #8c96ad color hex is 0.19, 0.13, 0.00, 0.32. Web safe color of #8c96ad is #999999. Color #8c96ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 10010110 10101101
Octal 214 226 255
Decimal 140 150 173
Hex 8C 96 AD

RGB Percentages of Color #8c96ad

%30.24
%32.40
%37.37

CMYK Percentages of Color #8c96ad

%19
%13
%0
%32

Triadic Colors of #8c96ad

#8c96ad #ad8c96 #96ad8c

Analogous Colors of #8c96ad

#8c96ad #938cad #8ca7ad

Monochromatic Colors of #8c96ad

#8c96ad

Complementary Color

#8c96ad #ada38c

#8c96ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8c96ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#8c96ad Color CSS Codes

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

#8c96ad Text Font Color

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

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


#8c96ad Background Color

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

This div background color is #8c96ad


#8c96ad Border Color

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

This div border color is #8c96ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8c96ad


Comments

No comments written yet.

Please login to write comment.