Color Hex Logo

#8ce374 Color Hex

#8CE374
(140,227,116)
0 Favorites   0 Comments

Color spaces of #8ce374

RGB 140227116
HSL0.300.660.67
HSV107°49°89°
CMYK 0.380.000.49   0.11
XYZ41.436761.774626.2627
Yxy61.77460.32000.4771
Hunter Lab78.5968-43.438235.2063
CIE-Lab82.7934-46.705945.8372

#8ce374 color RGB value is (140,227,116).

#8ce374 hex color red value is 140, green value is 227 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #8ce374 hue: 0.30 , saturation: 0.66 and the lightness value of 8ce374 is 0.67.

The process color (four color CMYK) of #8ce374 color hex is 0.38, 0.00, 0.49, 0.11. Web safe color of #8ce374 is #99cc66. Color #8ce374 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 11100011 01110100
Octal 214 343 164
Decimal 140 227 116
Hex 8C E3 74

RGB Percentages of Color #8ce374

%28.99
%47.00
%24.02

CMYK Percentages of Color #8ce374

%38
%0
%49
%11

Triadic Colors of #8ce374

#8ce374 #748ce3 #e3748c

Analogous Colors of #8ce374

#8ce374 #74e394 #c4e374

Monochromatic Colors of #8ce374

#8ce374

Complementary Color

#8ce374 #cb74e3

#8ce374 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ce374 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ce374 Color CSS Codes

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

#8ce374 Text Font Color

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

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


#8ce374 Background Color

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

This div background color is #8ce374


#8ce374 Border Color

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

This div border color is #8ce374


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ce374


Comments

No comments written yet.

Please login to write comment.