Color Hex Logo

#8ffe0d Color Hex

#8FFE0D
(143,254,13)
0 Favorites   0 Comments

Color spaces of #8ffe0d

RGB 14325413
HSL0.240.990.52
HSV88°95°100°
CMYK 0.440.000.95   0.00
XYZ46.842176.752312.7266
Yxy76.75230.34360.5630
Hunter Lab87.6084-57.875052.7130
CIE-Lab90.2075-62.846585.3294

#8ffe0d color RGB value is (143,254,13).

#8ffe0d hex color red value is 143, green value is 254 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #8ffe0d hue: 0.24 , saturation: 0.99 and the lightness value of 8ffe0d is 0.52.

The process color (four color CMYK) of #8ffe0d color hex is 0.44, 0.00, 0.95, 0.00. Web safe color of #8ffe0d is #99ff00. Color #8ffe0d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001111 11111110 00001101
Octal 217 376 15
Decimal 143 254 13
Hex 8F FE D

RGB Percentages of Color #8ffe0d

%34.88
%61.95
%3.17

CMYK Percentages of Color #8ffe0d

%44
%0
%95
%0

Triadic Colors of #8ffe0d

#8ffe0d #0d8ffe #fe0d8f

Analogous Colors of #8ffe0d

#8ffe0d #17fe0d #fef50d

Monochromatic Colors of #8ffe0d

#8ffe0d

Complementary Color

#8ffe0d #7c0dfe

#8ffe0d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ffe0d Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ffe0d Color CSS Codes

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

#8ffe0d Text Font Color

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

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


#8ffe0d Background Color

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

This div background color is #8ffe0d


#8ffe0d Border Color

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

This div border color is #8ffe0d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(143,254,13, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8ffe0d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8ffe0d;
  -webkit-box-shadow: 1px 1px 3px 2px #8ffe0d;
  box-shadow:         1px 1px 3px 2px #8ffe0d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(143,254,13, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ffe0d

Related Colors


Comments

No comments written yet.

Please login to write comment.