Color Hex Logo

#8ca583 Color Hex

#8CA583
(140,165,131)
0 Favorites   0 Comments

Color spaces of #8ca583

RGB 140165131
HSL0.290.160.58
HSV104°21°65°
CMYK 0.150.000.21   0.35
XYZ28.367134.124426.5643
Yxy34.12440.31850.3832
Hunter Lab58.4161-15.547813.9296
CIE-Lab65.0612-15.261414.7896

#8ca583 color RGB value is (140,165,131).

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

The process color (four color CMYK) of #8ca583 color hex is 0.15, 0.00, 0.21, 0.35. Web safe color of #8ca583 is #999999. Color #8ca583 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 10100101 10000011
Octal 214 245 203
Decimal 140 165 131
Hex 8C A5 83

RGB Percentages of Color #8ca583

%32.11
%37.84
%30.05

CMYK Percentages of Color #8ca583

%15
%0
%21
%35

Triadic Colors of #8ca583

#8ca583 #838ca5 #a5838c

Analogous Colors of #8ca583

#8ca583 #83a58b #9da583

Monochromatic Colors of #8ca583

#8ca583

Complementary Color

#8ca583 #9c83a5

#8ca583 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ca583 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ca583 Color CSS Codes

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

#8ca583 Text Font Color

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

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


#8ca583 Background Color

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

This div background color is #8ca583


#8ca583 Border Color

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

This div border color is #8ca583


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ca583


Comments

No comments written yet.

Please login to write comment.