Color Hex Logo

#8a968c Color Hex

#8A968C
(138,150,140)
0 Favorites   0 Comments

Color spaces of #8a968c

RGB 138150140
HSL0.360.050.56
HSV130°59°
CMYK 0.080.000.07   0.41
XYZ26.121229.109429.0529
Yxy29.10940.30990.3454
Hunter Lab53.9531-7.99795.8405
CIE-Lab60.8781-6.29243.7907

#8a968c color RGB value is (138,150,140).

#8a968c hex color red value is 138, green value is 150 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #8a968c hue: 0.36 , saturation: 0.05 and the lightness value of 8a968c is 0.56.

The process color (four color CMYK) of #8a968c color hex is 0.08, 0.00, 0.07, 0.41. Web safe color of #8a968c is #999999. Color #8a968c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 10010110 10001100
Octal 212 226 214
Decimal 138 150 140
Hex 8A 96 8C

RGB Percentages of Color #8a968c

%32.24
%35.05
%32.71

CMYK Percentages of Color #8a968c

%8
%0
%7
%41

Triadic Colors of #8a968c

#8a968c #8c8a96 #968c8a

Analogous Colors of #8a968c

#8a968c #8a9692 #8e968a

Monochromatic Colors of #8a968c

#8a968c

Complementary Color

#8a968c #968a94

#8a968c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8a968c Color Preview on White Background

Lorem ipsum dolor sit amet.

#8a968c Color CSS Codes

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

#8a968c Text Font Color

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

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


#8a968c Background Color

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

This div background color is #8a968c


#8a968c Border Color

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

This div border color is #8a968c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8a968c


Comments

No comments written yet.

Please login to write comment.