color codes Logo

#8deb5c color codes

#8DEB5C
(141,235,92)
0 Favorites   0 Comments

Color spaces of #8deb5c

RGB 14123592
HSL0.280.780.64
HSV99°61°92°
CMYK 0.400.000.61   0.08
XYZ42.624665.852120.5894
Yxy65.85210.33030.5102
Hunter Lab81.1493-48.252141.7613
CIE-Lab84.9209-52.287459.2062

#8deb5c color RGB value is (141,235,92).

#8deb5c hex color red value is 141, green value is 235 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #8deb5c hue: 0.28 , saturation: 0.78 and the lightness value of 8deb5c is 0.64.

The process color (four color CMYK) of #8deb5c color code is 0.40, 0.00, 0.61, 0.08. Web safe color of #8deb5c is #99ff66. Color #8deb5c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001101 11101011 01011100
Octal 215 353 134
Decimal 141 235 92
Hex 8D EB 5C

RGB Percentages of Color #8deb5c

%30.13
%50.21
%19.66

CMYK Percentages of Color #8deb5c

%40
%0
%61
%8

Triadic Colors of #8deb5c

#8deb5c #5c8deb #eb5c8d

Analogous Colors of #8deb5c

#8deb5c #5ceb73 #d5eb5c

Monochromatic Colors of #8deb5c

#8deb5c

Complementary Color

#8deb5c #ba5ceb

#8deb5c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8deb5c Color Preview on White Background

Lorem ipsum dolor sit amet.

#8deb5c Color CSS Codes

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

#8deb5c Text Font Color

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

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


#8deb5c Background Color

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

This div background color is #8deb5c


#8deb5c Border Color

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

This div border color is #8deb5c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8deb5c


Comments

No comments written yet.

Please login to write comment.