Color Hex Logo

#8dc138 Color Hex

#8DC138
(141,193,56)
0 Favorites   0 Comments

Color spaces of #8dc138

RGB 14119356
HSL0.230.550.49
HSV83°71°76°
CMYK 0.270.000.71   0.24
XYZ30.768344.088210.6296
Yxy44.08820.35990.5157
Hunter Lab66.3989-33.483936.9877
CIE-Lab72.2874-37.235060.1290

#8dc138 color RGB value is (141,193,56).

#8dc138 hex color red value is 141, green value is 193 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #8dc138 hue: 0.23 , saturation: 0.55 and the lightness value of 8dc138 is 0.49.

The process color (four color CMYK) of #8dc138 color hex is 0.27, 0.00, 0.71, 0.24. Web safe color of #8dc138 is #99cc33. Color #8dc138 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001101 11000001 00111000
Octal 215 301 70
Decimal 141 193 56
Hex 8D C1 38

RGB Percentages of Color #8dc138

%36.15
%49.49
%14.36

CMYK Percentages of Color #8dc138

%27
%0
%71
%24

Triadic Colors of #8dc138

#8dc138 #388dc1 #c1388d

Analogous Colors of #8dc138

#8dc138 #48c138 #c1b138

Monochromatic Colors of #8dc138

#8dc138

Complementary Color

#8dc138 #6c38c1

#8dc138 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8dc138 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8dc138 Color CSS Codes

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

#8dc138 Text Font Color

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

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


#8dc138 Background Color

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

This div background color is #8dc138


#8dc138 Border Color

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

This div border color is #8dc138


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8dc138


Comments

No comments written yet.

Please login to write comment.