Color Hex Logo

#8ca198 Color Hex

#8CA198
(140,161,152)
0 Favorites   0 Comments

Color spaces of #8ca198

RGB 140161152
HSL0.430.100.59
HSV154°13°63°
CMYK 0.130.000.06   0.37
XYZ29.227633.332234.5991
Yxy33.33220.30080.3431
Hunter Lab57.7340-10.66984.8823
CIE-Lab64.4290-9.19142.1920

#8ca198 color RGB value is (140,161,152).

#8ca198 hex color red value is 140, green value is 161 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #8ca198 hue: 0.43 , saturation: 0.10 and the lightness value of 8ca198 is 0.59.

The process color (four color CMYK) of #8ca198 color hex is 0.13, 0.00, 0.06, 0.37. Web safe color of #8ca198 is #999999. Color #8ca198 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 10100001 10011000
Octal 214 241 230
Decimal 140 161 152
Hex 8C A1 98

RGB Percentages of Color #8ca198

%30.91
%35.54
%33.55

CMYK Percentages of Color #8ca198

%13
%0
%6
%37

Triadic Colors of #8ca198

#8ca198 #988ca1 #a1988c

Analogous Colors of #8ca198

#8ca198 #8ca0a1 #8ca18e

Monochromatic Colors of #8ca198

#8ca198

Complementary Color

#8ca198 #a18c95

#8ca198 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ca198 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ca198 Color CSS Codes

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

#8ca198 Text Font Color

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

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


#8ca198 Background Color

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

This div background color is #8ca198


#8ca198 Border Color

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

This div border color is #8ca198


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ca198


Comments

No comments written yet.

Please login to write comment.