Color Hex Logo

#8cc594 Color Hex

#8CC594
(140,197,148)
0 Favorites   0 Comments

Color spaces of #8cc594

RGB 140197148
HSL0.360.330.66
HSV128°29°77°
CMYK 0.290.000.25   0.23
XYZ36.126847.646135.3095
Yxy47.64610.30340.4001
Hunter Lab69.0262-27.372717.9892
CIE-Lab74.6012-28.334618.8024

#8cc594 color RGB value is (140,197,148).

#8cc594 hex color red value is 140, green value is 197 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #8cc594 hue: 0.36 , saturation: 0.33 and the lightness value of 8cc594 is 0.66.

The process color (four color CMYK) of #8cc594 color hex is 0.29, 0.00, 0.25, 0.23. Web safe color of #8cc594 is #99cc99. Color #8cc594 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 11000101 10010100
Octal 214 305 224
Decimal 140 197 148
Hex 8C C5 94

RGB Percentages of Color #8cc594

%28.87
%40.62
%30.52

CMYK Percentages of Color #8cc594

%29
%0
%25
%23

Triadic Colors of #8cc594

#8cc594 #948cc5 #c5948c

Analogous Colors of #8cc594

#8cc594 #8cc5b1 #a1c58c

Monochromatic Colors of #8cc594

#8cc594

Complementary Color

#8cc594 #c58cbd

#8cc594 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cc594 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cc594 Color CSS Codes

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

#8cc594 Text Font Color

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

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


#8cc594 Background Color

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

This div background color is #8cc594


#8cc594 Border Color

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

This div border color is #8cc594


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cc594


Comments

No comments written yet.

Please login to write comment.