Color Hex Logo

#8edb32 Color Hex

#8EDB32
(142,219,50)
0 Favorites   0 Comments

Color spaces of #8edb32

RGB 14221950
HSL0.240.700.53
HSV87°77°86°
CMYK 0.350.000.77   0.14
XYZ37.062656.644111.9976
Yxy56.64410.35060.5359
Hunter Lab75.2623-43.807443.2321
CIE-Lab79.9790-48.414269.5981

#8edb32 color RGB value is (142,219,50).

#8edb32 hex color red value is 142, green value is 219 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #8edb32 hue: 0.24 , saturation: 0.70 and the lightness value of 8edb32 is 0.53.

The process color (four color CMYK) of #8edb32 color hex is 0.35, 0.00, 0.77, 0.14. Web safe color of #8edb32 is #99cc33. Color #8edb32 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 11011011 00110010
Octal 216 333 62
Decimal 142 219 50
Hex 8E DB 32

RGB Percentages of Color #8edb32

%34.55
%53.28
%12.17

CMYK Percentages of Color #8edb32

%35
%0
%77
%14

Triadic Colors of #8edb32

#8edb32 #328edb #db328e

Analogous Colors of #8edb32

#8edb32 #3adb32 #dbd432

Monochromatic Colors of #8edb32

#8edb32

Complementary Color

#8edb32 #7f32db

#8edb32 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8edb32 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8edb32 Color CSS Codes

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

#8edb32 Text Font Color

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

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


#8edb32 Background Color

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

This div background color is #8edb32


#8edb32 Border Color

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

This div border color is #8edb32


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(142,219,50, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8edb32; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8edb32;
  -webkit-box-shadow: 1px 1px 3px 2px #8edb32;
  box-shadow:         1px 1px 3px 2px #8edb32; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(142,219,50, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8edb32


Comments

No comments written yet.

Please login to write comment.