Color Hex Logo

#8ce137 Color Hex

#8CE137
(140,225,55)
0 Favorites   0 Comments

Color spaces of #8ce137

RGB 14022555
HSL0.250.740.55
HSV90°76°88°
CMYK 0.380.000.76   0.12
XYZ38.430059.701713.1125
Yxy59.70170.34550.5367
Hunter Lab77.2669-46.437044.0251
CIE-Lab81.6758-51.289769.6410

#8ce137 color RGB value is (140,225,55).

#8ce137 hex color red value is 140, green value is 225 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #8ce137 hue: 0.25 , saturation: 0.74 and the lightness value of 8ce137 is 0.55.

The process color (four color CMYK) of #8ce137 color hex is 0.38, 0.00, 0.76, 0.12. Web safe color of #8ce137 is #99cc33. Color #8ce137 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 11100001 00110111
Octal 214 341 67
Decimal 140 225 55
Hex 8C E1 37

RGB Percentages of Color #8ce137

%33.33
%53.57
%13.10

CMYK Percentages of Color #8ce137

%38
%0
%76
%12

Triadic Colors of #8ce137

#8ce137 #378ce1 #e1378c

Analogous Colors of #8ce137

#8ce137 #37e137 #e1e137

Monochromatic Colors of #8ce137

#8ce137

Complementary Color

#8ce137 #8c37e1

#8ce137 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ce137 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ce137 Color CSS Codes

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

#8ce137 Text Font Color

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

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


#8ce137 Background Color

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

This div background color is #8ce137


#8ce137 Border Color

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

This div border color is #8ce137


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(140,225,55, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8ce137; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8ce137;
  -webkit-box-shadow: 1px 1px 3px 2px #8ce137;
  box-shadow:         1px 1px 3px 2px #8ce137; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(140,225,55, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ce137


Comments

No comments written yet.

Please login to write comment.