Color Hex Logo

#8cbc0e Color Hex

#8CBC0E
(140,188,14)
0 Favorites   0 Comments

Color spaces of #8cbc0e

RGB 14018814
HSL0.210.860.40
HSV77°93°74°
CMYK 0.260.000.93   0.26
XYZ28.877741.57366.9180
Yxy41.57360.37320.5373
Hunter Lab64.4776-32.890738.7729
CIE-Lab70.5759-37.038969.4626

#8cbc0e color RGB value is (140,188,14).

#8cbc0e hex color red value is 140, green value is 188 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #8cbc0e hue: 0.21 , saturation: 0.86 and the lightness value of 8cbc0e is 0.40.

The process color (four color CMYK) of #8cbc0e color hex is 0.26, 0.00, 0.93, 0.26. Web safe color of #8cbc0e is #99cc00. Color #8cbc0e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 10111100 00001110
Octal 214 274 16
Decimal 140 188 14
Hex 8C BC E

RGB Percentages of Color #8cbc0e

%40.94
%54.97
%4.09

CMYK Percentages of Color #8cbc0e

%26
%0
%93
%26

Triadic Colors of #8cbc0e

#8cbc0e #0e8cbc #bc0e8c

Analogous Colors of #8cbc0e

#8cbc0e #35bc0e #bc950e

Monochromatic Colors of #8cbc0e

#8cbc0e

Complementary Color

#8cbc0e #3e0ebc

#8cbc0e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cbc0e Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cbc0e Color CSS Codes

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

#8cbc0e Text Font Color

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

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


#8cbc0e Background Color

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

This div background color is #8cbc0e


#8cbc0e Border Color

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

This div border color is #8cbc0e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(140,188,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 #8cbc0e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cbc0e


Comments

No comments written yet.

Please login to write comment.