Color Hex Logo

#8ce594 Color Hex

#8CE594
(140,229,148)
0 Favorites   0 Comments

Color spaces of #8ce594

RGB 140229148
HSL0.350.630.72
HSV125°39°90°
CMYK 0.390.000.35   0.10
XYZ44.179863.752237.9939
Yxy63.75220.30280.4369
Hunter Lab79.8450-40.961127.6786
CIE-Lab83.8366-43.014431.3282

#8ce594 color RGB value is (140,229,148).

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

The process color (four color CMYK) of #8ce594 color hex is 0.39, 0.00, 0.35, 0.10. Web safe color of #8ce594 is #99cc99. Color #8ce594 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 11100101 10010100
Octal 214 345 224
Decimal 140 229 148
Hex 8C E5 94

RGB Percentages of Color #8ce594

%27.08
%44.29
%28.63

CMYK Percentages of Color #8ce594

%39
%0
%35
%10

Triadic Colors of #8ce594

#8ce594 #948ce5 #e5948c

Analogous Colors of #8ce594

#8ce594 #8ce5c1 #b1e58c

Monochromatic Colors of #8ce594

#8ce594

Complementary Color

#8ce594 #e58cdd

#8ce594 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ce594 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ce594 Color CSS Codes

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

#8ce594 Text Font Color

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

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


#8ce594 Background Color

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

This div background color is #8ce594


#8ce594 Border Color

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

This div border color is #8ce594


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ce594


Comments

No comments written yet.

Please login to write comment.