Color Hex Logo

#8cd865 Color Hex

#8CD865
(140,216,101)
0 Favorites   0 Comments

Color spaces of #8cd865

RGB 140216101
HSL0.280.600.62
HSV100°53°85°
CMYK 0.350.000.53   0.15
XYZ37.720055.626821.0609
Yxy55.62680.32970.4862
Hunter Lab74.5834-40.245835.4660
CIE-Lab79.4009-43.775548.8193

#8cd865 color RGB value is (140,216,101).

#8cd865 hex color red value is 140, green value is 216 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #8cd865 hue: 0.28 , saturation: 0.60 and the lightness value of 8cd865 is 0.62.

The process color (four color CMYK) of #8cd865 color hex is 0.35, 0.00, 0.53, 0.15. Web safe color of #8cd865 is #99cc66. Color #8cd865 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 11011000 01100101
Octal 214 330 145
Decimal 140 216 101
Hex 8C D8 65

RGB Percentages of Color #8cd865

%30.63
%47.26
%22.10

CMYK Percentages of Color #8cd865

%35
%0
%53
%15

Triadic Colors of #8cd865

#8cd865 #658cd8 #d8658c

Analogous Colors of #8cd865

#8cd865 #65d878 #c6d865

Monochromatic Colors of #8cd865

#8cd865

Complementary Color

#8cd865 #b165d8

#8cd865 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cd865 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cd865 Color CSS Codes

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

#8cd865 Text Font Color

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

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


#8cd865 Background Color

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

This div background color is #8cd865


#8cd865 Border Color

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

This div border color is #8cd865


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cd865


Comments

No comments written yet.

Please login to write comment.