Color Hex Logo

#8cd572 Color Hex

#8CD572
(140,213,114)
0 Favorites   0 Comments

Color spaces of #8cd572

RGB 140213114
HSL0.290.540.64
HSV104°46°84°
CMYK 0.340.000.46   0.16
XYZ37.646754.378924.4316
Yxy54.37890.32330.4669
Hunter Lab73.7421-37.921031.9760
CIE-Lab78.6822-40.915441.7122

#8cd572 color RGB value is (140,213,114).

#8cd572 hex color red value is 140, green value is 213 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #8cd572 hue: 0.29 , saturation: 0.54 and the lightness value of 8cd572 is 0.64.

The process color (four color CMYK) of #8cd572 color hex is 0.34, 0.00, 0.46, 0.16. Web safe color of #8cd572 is #99cc66. Color #8cd572 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 11010101 01110010
Octal 214 325 162
Decimal 140 213 114
Hex 8C D5 72

RGB Percentages of Color #8cd572

%29.98
%45.61
%24.41

CMYK Percentages of Color #8cd572

%34
%0
%46
%16

Triadic Colors of #8cd572

#8cd572 #728cd5 #d5728c

Analogous Colors of #8cd572

#8cd572 #72d58a #bed572

Monochromatic Colors of #8cd572

#8cd572

Complementary Color

#8cd572 #bb72d5

#8cd572 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cd572 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cd572 Color CSS Codes

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

#8cd572 Text Font Color

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

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


#8cd572 Background Color

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

This div background color is #8cd572


#8cd572 Border Color

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

This div border color is #8cd572


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cd572


Comments

No comments written yet.

Please login to write comment.