Color Hex Logo

#8ca79b Color Hex

#8CA79B
(140,167,155)
0 Favorites   0 Comments

Color spaces of #8ca79b

RGB 140167155
HSL0.430.130.60
HSV153°16°65°
CMYK 0.160.000.07   0.35
XYZ30.550335.579436.2677
Yxy35.57940.29840.3475
Hunter Lab59.6485-12.96205.7042
CIE-Lab66.1973-11.79733.0811

#8ca79b color RGB value is (140,167,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 10100111 10011011
Octal 214 247 233
Decimal 140 167 155
Hex 8C A7 9B

RGB Percentages of Color #8ca79b

%30.30
%36.15
%33.55

CMYK Percentages of Color #8ca79b

%16
%0
%7
%35

Triadic Colors of #8ca79b

#8ca79b #9b8ca7 #a79b8c

Analogous Colors of #8ca79b

#8ca79b #8ca6a7 #8ca78e

Monochromatic Colors of #8ca79b

#8ca79b

Complementary Color

#8ca79b #a78c98

#8ca79b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ca79b Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ca79b Color CSS Codes

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

#8ca79b Text Font Color

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

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


#8ca79b Background Color

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

This div background color is #8ca79b


#8ca79b Border Color

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

This div border color is #8ca79b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ca79b


Comments

No comments written yet.

Please login to write comment.