Color Hex Logo

#8ce138 Color Hex

#8CE138
(140,225,56)
0 Favorites   0 Comments

Color spaces of #8ce138

RGB 14022556
HSL0.250.740.55
HSV90°75°88°
CMYK 0.380.000.75   0.12
XYZ38.454259.711413.2401
Yxy59.71140.34520.5360
Hunter Lab77.2732-46.399343.9324
CIE-Lab81.6811-51.234969.3308

#8ce138 color RGB value is (140,225,56).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 11100001 00111000
Octal 214 341 70
Decimal 140 225 56
Hex 8C E1 38

RGB Percentages of Color #8ce138

%33.25
%53.44
%13.30

CMYK Percentages of Color #8ce138

%38
%0
%75
%12

Triadic Colors of #8ce138

#8ce138 #388ce1 #e1388c

Analogous Colors of #8ce138

#8ce138 #38e139 #e1e138

Monochromatic Colors of #8ce138

#8ce138

Complementary Color

#8ce138 #8d38e1

#8ce138 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ce138 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ce138 Color CSS Codes

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

#8ce138 Text Font Color

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

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


#8ce138 Background Color

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

This div background color is #8ce138


#8ce138 Border Color

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

This div border color is #8ce138


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(140,225,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 #8ce138">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ce138


Comments

No comments written yet.

Please login to write comment.