Color Hex Logo

#8deb0f Color Hex

#8DEB0F
(141,235,15)
0 Favorites   0 Comments

Color spaces of #8deb0f

RGB 14123515
HSL0.240.880.49
HSV86°94°92°
CMYK 0.400.000.94   0.08
XYZ40.779165.113910.8709
Yxy65.11390.34920.5577
Hunter Lab80.6932-51.006348.4977
CIE-Lab84.5424-56.260980.5667

#8deb0f color RGB value is (141,235,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001101 11101011 00001111
Octal 215 353 17
Decimal 141 235 15
Hex 8D EB F

RGB Percentages of Color #8deb0f

%36.06
%60.10
%3.84

CMYK Percentages of Color #8deb0f

%40
%0
%94
%8

Triadic Colors of #8deb0f

#8deb0f #0f8deb #eb0f8d

Analogous Colors of #8deb0f

#8deb0f #1feb0f #ebdb0f

Monochromatic Colors of #8deb0f

#8deb0f

Complementary Color

#8deb0f #6d0feb

#8deb0f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8deb0f Color Preview on White Background

Lorem ipsum dolor sit amet.

#8deb0f Color CSS Codes

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

#8deb0f Text Font Color

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

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


#8deb0f Background Color

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

This div background color is #8deb0f


#8deb0f Border Color

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

This div border color is #8deb0f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(141,235,15, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8deb0f


Comments

No comments written yet.

Please login to write comment.