Color Hex Logo

#8ca394 Color Hex

#8CA394
(140,163,148)
0 Favorites   0 Comments

Color spaces of #8ca394

RGB 140163148
HSL0.390.110.59
HSV141°14°64°
CMYK 0.140.000.09   0.36
XYZ29.257733.908033.0198
Yxy33.90800.30420.3525
Hunter Lab58.2306-12.21707.1409
CIE-Lab64.8895-11.06045.0949

#8ca394 color RGB value is (140,163,148).

#8ca394 hex color red value is 140, green value is 163 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #8ca394 hue: 0.39 , saturation: 0.11 and the lightness value of 8ca394 is 0.59.

The process color (four color CMYK) of #8ca394 color hex is 0.14, 0.00, 0.09, 0.36. Web safe color of #8ca394 is #999999. Color #8ca394 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 10100011 10010100
Octal 214 243 224
Decimal 140 163 148
Hex 8C A3 94

RGB Percentages of Color #8ca394

%31.04
%36.14
%32.82

CMYK Percentages of Color #8ca394

%14
%0
%9
%36

Triadic Colors of #8ca394

#8ca394 #948ca3 #a3948c

Analogous Colors of #8ca394

#8ca394 #8ca3a0 #90a38c

Monochromatic Colors of #8ca394

#8ca394

Complementary Color

#8ca394 #a38c9b

#8ca394 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ca394 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ca394 Color CSS Codes

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

#8ca394 Text Font Color

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

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


#8ca394 Background Color

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

This div background color is #8ca394


#8ca394 Border Color

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

This div border color is #8ca394


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ca394

#8ca394 Color Palettes


Comments

No comments written yet.

Please login to write comment.