Color Hex Logo

#8cba3f Color Hex

#8CBA3F
(140,186,63)
0 Favorites   0 Comments

Color spaces of #8cba3f

RGB 14018663
HSL0.230.490.49
HSV82°66°73°
CMYK 0.250.000.66   0.27
XYZ29.271341.052111.0837
Yxy41.05210.35960.5043
Hunter Lab64.0719-30.578034.5939
CIE-Lab70.2124-33.951855.2583

#8cba3f color RGB value is (140,186,63).

#8cba3f hex color red value is 140, green value is 186 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #8cba3f hue: 0.23 , saturation: 0.49 and the lightness value of 8cba3f is 0.49.

The process color (four color CMYK) of #8cba3f color hex is 0.25, 0.00, 0.66, 0.27. Web safe color of #8cba3f is #99cc33. Color #8cba3f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 10111010 00111111
Octal 214 272 77
Decimal 140 186 63
Hex 8C BA 3F

RGB Percentages of Color #8cba3f

%35.99
%47.81
%16.20

CMYK Percentages of Color #8cba3f

%25
%0
%66
%27

Triadic Colors of #8cba3f

#8cba3f #3f8cba #ba3f8c

Analogous Colors of #8cba3f

#8cba3f #4fba3f #baab3f

Monochromatic Colors of #8cba3f

#8cba3f

Complementary Color

#8cba3f #6d3fba

#8cba3f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cba3f Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cba3f Color CSS Codes

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

#8cba3f Text Font Color

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

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


#8cba3f Background Color

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

This div background color is #8cba3f


#8cba3f Border Color

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

This div border color is #8cba3f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cba3f


Comments

No comments written yet.

Please login to write comment.