Color Hex Logo

#8ceb0e Color Hex

#8CEB0E
(140,235,14)
0 Favorites   0 Comments

Color spaces of #8ceb0e

RGB 14023514
HSL0.240.890.49
HSV86°94°92°
CMYK 0.400.000.94   0.08
XYZ40.602865.023810.8263
Yxy65.02380.34870.5584
Hunter Lab80.6373-51.236448.4859
CIE-Lab84.4960-56.605280.6137

#8ceb0e color RGB value is (140,235,14).

#8ceb0e hex color red value is 140, green value is 235 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #8ceb0e hue: 0.24 , saturation: 0.89 and the lightness value of 8ceb0e is 0.49.

The process color (four color CMYK) of #8ceb0e color hex is 0.40, 0.00, 0.94, 0.08. Web safe color of #8ceb0e is #99ff00. Color #8ceb0e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 11101011 00001110
Octal 214 353 16
Decimal 140 235 14
Hex 8C EB E

RGB Percentages of Color #8ceb0e

%35.99
%60.41
%3.60

CMYK Percentages of Color #8ceb0e

%40
%0
%94
%8

Triadic Colors of #8ceb0e

#8ceb0e #0e8ceb #eb0e8c

Analogous Colors of #8ceb0e

#8ceb0e #1eeb0e #ebdc0e

Monochromatic Colors of #8ceb0e

#8ceb0e

Complementary Color

#8ceb0e #6d0eeb

#8ceb0e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ceb0e Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ceb0e Color CSS Codes

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

#8ceb0e Text Font Color

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

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


#8ceb0e Background Color

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

This div background color is #8ceb0e


#8ceb0e Border Color

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

This div border color is #8ceb0e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ceb0e


Comments

No comments written yet.

Please login to write comment.