Color Hex Logo

#8cb00e Color Hex

#8CB00E
(140,176,14)
0 Favorites   0 Comments

Color spaces of #8cb00e

RGB 14017614
HSL0.200.850.37
HSV73°92°69°
CMYK 0.200.000.92   0.31
XYZ26.419836.65786.0987
Yxy36.65780.38190.5299
Hunter Lab60.5457-28.064436.4098
CIE-Lab67.0195-31.530266.6146

#8cb00e color RGB value is (140,176,14).

#8cb00e hex color red value is 140, green value is 176 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #8cb00e hue: 0.20 , saturation: 0.85 and the lightness value of 8cb00e is 0.37.

The process color (four color CMYK) of #8cb00e color hex is 0.20, 0.00, 0.92, 0.31. Web safe color of #8cb00e is #999900. Color #8cb00e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 10110000 00001110
Octal 214 260 16
Decimal 140 176 14
Hex 8C B0 E

RGB Percentages of Color #8cb00e

%42.42
%53.33
%4.24

CMYK Percentages of Color #8cb00e

%20
%0
%92
%31

Triadic Colors of #8cb00e

#8cb00e #0e8cb0 #b00e8c

Analogous Colors of #8cb00e

#8cb00e #3bb00e #b0830e

Monochromatic Colors of #8cb00e

#8cb00e

Complementary Color

#8cb00e #320eb0

#8cb00e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cb00e Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cb00e Color CSS Codes

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

#8cb00e Text Font Color

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

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


#8cb00e Background Color

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

This div background color is #8cb00e


#8cb00e Border Color

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

This div border color is #8cb00e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cb00e


Comments

No comments written yet.

Please login to write comment.