Color Hex Logo

#8de251 Color Hex

#8DE251
(141,226,81)
0 Favorites   0 Comments

Color spaces of #8de251

RGB 14122681
HSL0.260.710.60
HSV95°64°89°
CMYK 0.380.000.64   0.11
XYZ39.666160.649517.4005
Yxy60.64950.33700.5152
Hunter Lab77.8778-45.369341.2671
CIE-Lab82.1900-49.583760.7595

#8de251 color RGB value is (141,226,81).

#8de251 hex color red value is 141, green value is 226 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #8de251 hue: 0.26 , saturation: 0.71 and the lightness value of 8de251 is 0.60.

The process color (four color CMYK) of #8de251 color hex is 0.38, 0.00, 0.64, 0.11. Web safe color of #8de251 is #99cc66. Color #8de251 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001101 11100010 01010001
Octal 215 342 121
Decimal 141 226 81
Hex 8D E2 51

RGB Percentages of Color #8de251

%31.47
%50.45
%18.08

CMYK Percentages of Color #8de251

%38
%0
%64
%11

Triadic Colors of #8de251

#8de251 #518de2 #e2518d

Analogous Colors of #8de251

#8de251 #51e25e #d6e251

Monochromatic Colors of #8de251

#8de251

Complementary Color

#8de251 #a651e2

#8de251 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8de251 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8de251 Color CSS Codes

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

#8de251 Text Font Color

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

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


#8de251 Background Color

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

This div background color is #8de251


#8de251 Border Color

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

This div border color is #8de251


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8de251


Comments

No comments written yet.

Please login to write comment.