Color Hex Logo

#8ca693 Color Hex

#8CA693
(140,166,147)
0 Favorites   0 Comments

Color spaces of #8ca693

RGB 140166147
HSL0.380.130.60
HSV136°16°65°
CMYK 0.160.000.11   0.35
XYZ29.717934.954532.7844
Yxy34.95450.30490.3587
Hunter Lab59.1223-13.74098.5083
CIE-Lab65.7132-12.85026.8352

#8ca693 color RGB value is (140,166,147).

#8ca693 hex color red value is 140, green value is 166 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #8ca693 hue: 0.38 , saturation: 0.13 and the lightness value of 8ca693 is 0.60.

The process color (four color CMYK) of #8ca693 color hex is 0.16, 0.00, 0.11, 0.35. Web safe color of #8ca693 is #999999. Color #8ca693 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 10100110 10010011
Octal 214 246 223
Decimal 140 166 147
Hex 8C A6 93

RGB Percentages of Color #8ca693

%30.91
%36.64
%32.45

CMYK Percentages of Color #8ca693

%16
%0
%11
%35

Triadic Colors of #8ca693

#8ca693 #938ca6 #a6938c

Analogous Colors of #8ca693

#8ca693 #8ca6a0 #92a68c

Monochromatic Colors of #8ca693

#8ca693

Complementary Color

#8ca693 #a68c9f

#8ca693 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ca693 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ca693 Color CSS Codes

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

#8ca693 Text Font Color

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

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


#8ca693 Background Color

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

This div background color is #8ca693


#8ca693 Border Color

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

This div border color is #8ca693


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ca693


Comments

No comments written yet.

Please login to write comment.