Color Hex Logo

#8cd456 Color Hex

#8CD456
(140,212,86)
0 Favorites   0 Comments

Color spaces of #8cd456

RGB 14021286
HSL0.260.590.58
HSV94°59°83°
CMYK 0.340.000.59   0.17
XYZ36.038453.334317.1992
Yxy53.33430.33820.5005
Hunter Lab73.0303-39.718437.1580
CIE-Lab78.0720-43.590554.0797

#8cd456 color RGB value is (140,212,86).

#8cd456 hex color red value is 140, green value is 212 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #8cd456 hue: 0.26 , saturation: 0.59 and the lightness value of 8cd456 is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 11010100 01010110
Octal 214 324 126
Decimal 140 212 86
Hex 8C D4 56

RGB Percentages of Color #8cd456

%31.96
%48.40
%19.63

CMYK Percentages of Color #8cd456

%34
%0
%59
%17

Triadic Colors of #8cd456

#8cd456 #568cd4 #d4568c

Analogous Colors of #8cd456

#8cd456 #56d45f #cbd456

Monochromatic Colors of #8cd456

#8cd456

Complementary Color

#8cd456 #9e56d4

#8cd456 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cd456 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cd456 Color CSS Codes

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

#8cd456 Text Font Color

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

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


#8cd456 Background Color

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

This div background color is #8cd456


#8cd456 Border Color

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

This div border color is #8cd456


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cd456


Comments

No comments written yet.

Please login to write comment.