Color Hex Logo

#8ca18a Color Hex

#8CA18A
(140,161,138)
0 Favorites   0 Comments

Color spaces of #8ca18a

RGB 140161138
HSL0.320.110.59
HSV115°14°63°
CMYK 0.130.000.14   0.37
XYZ28.147532.900228.9116
Yxy32.90020.31290.3657
Hunter Lab57.3587-12.782810.2660
CIE-Lab64.0800-11.89679.5204

#8ca18a color RGB value is (140,161,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 10100001 10001010
Octal 214 241 212
Decimal 140 161 138
Hex 8C A1 8A

RGB Percentages of Color #8ca18a

%31.89
%36.67
%31.44

CMYK Percentages of Color #8ca18a

%13
%0
%14
%37

Triadic Colors of #8ca18a

#8ca18a #8a8ca1 #a18a8c

Analogous Colors of #8ca18a

#8ca18a #8aa194 #98a18a

Monochromatic Colors of #8ca18a

#8ca18a

Complementary Color

#8ca18a #9f8aa1

#8ca18a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ca18a Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ca18a Color CSS Codes

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

#8ca18a Text Font Color

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

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


#8ca18a Background Color

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

This div background color is #8ca18a


#8ca18a Border Color

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

This div border color is #8ca18a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ca18a


Comments

No comments written yet.

Please login to write comment.