Color Hex Logo

#8ca263 Color Hex

#8CA263
(140,162,99)
0 Favorites   0 Comments

Color spaces of #8ca263

RGB 14016299
HSL0.220.250.51
HSV81°39°64°
CMYK 0.140.000.39   0.36
XYZ25.987732.317016.6725
Yxy32.31700.34660.4310
Hunter Lab56.8480-17.884022.4049
CIE-Lab63.6040-18.597030.2500

#8ca263 color RGB value is (140,162,99).

#8ca263 hex color red value is 140, green value is 162 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #8ca263 hue: 0.22 , saturation: 0.25 and the lightness value of 8ca263 is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 10100010 01100011
Octal 214 242 143
Decimal 140 162 99
Hex 8C A2 63

RGB Percentages of Color #8ca263

%34.91
%40.40
%24.69

CMYK Percentages of Color #8ca263

%14
%0
%39
%36

Triadic Colors of #8ca263

#8ca263 #638ca2 #a2638c

Analogous Colors of #8ca263

#8ca263 #6da263 #a29963

Monochromatic Colors of #8ca263

#8ca263

Complementary Color

#8ca263 #7963a2

#8ca263 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ca263 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ca263 Color CSS Codes

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

#8ca263 Text Font Color

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

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


#8ca263 Background Color

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

This div background color is #8ca263


#8ca263 Border Color

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

This div border color is #8ca263


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ca263


Comments

No comments written yet.

Please login to write comment.