Color Hex Logo

#8ca279 Color Hex

#8CA279
(140,162,121)
0 Favorites   0 Comments

Color spaces of #8ca279

RGB 140162121
HSL0.260.180.55
HSV92°25°64°
CMYK 0.140.000.25   0.36
XYZ27.186732.796622.9866
Yxy32.79660.32770.3953
Hunter Lab57.2683-15.481116.2897
CIE-Lab63.9959-15.370018.8359

#8ca279 color RGB value is (140,162,121).

#8ca279 hex color red value is 140, green value is 162 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #8ca279 hue: 0.26 , saturation: 0.18 and the lightness value of 8ca279 is 0.55.

The process color (four color CMYK) of #8ca279 color hex is 0.14, 0.00, 0.25, 0.36. Web safe color of #8ca279 is #999966. Color #8ca279 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 10100010 01111001
Octal 214 242 171
Decimal 140 162 121
Hex 8C A2 79

RGB Percentages of Color #8ca279

%33.10
%38.30
%28.61

CMYK Percentages of Color #8ca279

%14
%0
%25
%36

Triadic Colors of #8ca279

#8ca279 #798ca2 #a2798c

Analogous Colors of #8ca279

#8ca279 #79a27b #a1a279

Monochromatic Colors of #8ca279

#8ca279

Complementary Color

#8ca279 #8f79a2

#8ca279 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ca279 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ca279 Color CSS Codes

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

#8ca279 Text Font Color

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

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


#8ca279 Background Color

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

This div background color is #8ca279


#8ca279 Border Color

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

This div border color is #8ca279


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ca279


Comments

No comments written yet.

Please login to write comment.