Color Hex Logo

#8ca781 Color Hex

#8CA781
(140,167,129)
0 Favorites   0 Comments

Color spaces of #8ca781

RGB 140167129
HSL0.290.180.58
HSV103°23°65°
CMYK 0.160.000.23   0.35
XYZ28.596434.797925.9783
Yxy34.79790.32000.3894
Hunter Lab58.9897-16.700815.1823
CIE-Lab65.5910-16.647216.6289

#8ca781 color RGB value is (140,167,129).

#8ca781 hex color red value is 140, green value is 167 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #8ca781 hue: 0.29 , saturation: 0.18 and the lightness value of 8ca781 is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 10100111 10000001
Octal 214 247 201
Decimal 140 167 129
Hex 8C A7 81

RGB Percentages of Color #8ca781

%32.11
%38.30
%29.59

CMYK Percentages of Color #8ca781

%16
%0
%23
%35

Triadic Colors of #8ca781

#8ca781 #818ca7 #a7818c

Analogous Colors of #8ca781

#8ca781 #81a789 #9fa781

Monochromatic Colors of #8ca781

#8ca781

Complementary Color

#8ca781 #9c81a7

#8ca781 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ca781 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ca781 Color CSS Codes

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

#8ca781 Text Font Color

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

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


#8ca781 Background Color

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

This div background color is #8ca781


#8ca781 Border Color

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

This div border color is #8ca781


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ca781


Comments

No comments written yet.

Please login to write comment.