Color Hex Logo

#8ce196 Color Hex

#8CE196
(140,225,150)
0 Favorites   0 Comments

Color spaces of #8ce196

RGB 140225150
HSL0.350.590.72
HSV127°38°88°
CMYK 0.380.000.33   0.12
XYZ43.245561.627938.4703
Yxy61.62790.30170.4299
Hunter Lab78.5034-39.050025.8976
CIE-Lab82.7151-40.930328.8086

#8ce196 color RGB value is (140,225,150).

#8ce196 hex color red value is 140, green value is 225 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #8ce196 hue: 0.35 , saturation: 0.59 and the lightness value of 8ce196 is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 11100001 10010110
Octal 214 341 226
Decimal 140 225 150
Hex 8C E1 96

RGB Percentages of Color #8ce196

%27.18
%43.69
%29.13

CMYK Percentages of Color #8ce196

%38
%0
%33
%12

Triadic Colors of #8ce196

#8ce196 #968ce1 #e1968c

Analogous Colors of #8ce196

#8ce196 #8ce1c1 #ade18c

Monochromatic Colors of #8ce196

#8ce196

Complementary Color

#8ce196 #e18cd7

#8ce196 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ce196 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ce196 Color CSS Codes

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

#8ce196 Text Font Color

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

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


#8ce196 Background Color

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

This div background color is #8ce196


#8ce196 Border Color

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

This div border color is #8ce196


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ce196

#8ce196 Color Palettes


Comments

No comments written yet.

Please login to write comment.