Color Hex Logo

#8edb53 Color Hex

#8EDB53
(142,219,83)
0 Favorites   0 Comments

Color spaces of #8edb53

RGB 14221983
HSL0.260.650.59
HSV94°62°86°
CMYK 0.350.000.62   0.14
XYZ38.048257.038417.1878
Yxy57.03840.33890.5080
Hunter Lab75.5238-42.239939.3733
CIE-Lab80.2012-46.162257.7746

#8edb53 color RGB value is (142,219,83).

#8edb53 hex color red value is 142, green value is 219 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #8edb53 hue: 0.26 , saturation: 0.65 and the lightness value of 8edb53 is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 10001110 11011011 01010011
Octal 216 333 123
Decimal 142 219 83
Hex 8E DB 53

RGB Percentages of Color #8edb53

%31.98
%49.32
%18.69

CMYK Percentages of Color #8edb53

%35
%0
%62
%14

Triadic Colors of #8edb53

#8edb53 #538edb #db538e

Analogous Colors of #8edb53

#8edb53 #53db5c #d2db53

Monochromatic Colors of #8edb53

#8edb53

Complementary Color

#8edb53 #a053db

#8edb53 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8edb53 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8edb53 Color CSS Codes

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

#8edb53 Text Font Color

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

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


#8edb53 Background Color

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

This div background color is #8edb53


#8edb53 Border Color

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

This div border color is #8edb53


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8edb53


Comments

No comments written yet.

Please login to write comment.