Color Hex Logo

#8cd775 Color Hex

#8CD775
(140,215,117)
0 Favorites   0 Comments

Color spaces of #8cd775

RGB 140215117
HSL0.290.550.65
HSV106°46°84°
CMYK 0.350.000.46   0.16
XYZ38.326555.460725.5146
Yxy55.46070.32130.4649
Hunter Lab74.4719-38.462031.8172
CIE-Lab79.3059-41.406941.0177

#8cd775 color RGB value is (140,215,117).

#8cd775 hex color red value is 140, green value is 215 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #8cd775 hue: 0.29 , saturation: 0.55 and the lightness value of 8cd775 is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 11010111 01110101
Octal 214 327 165
Decimal 140 215 117
Hex 8C D7 75

RGB Percentages of Color #8cd775

%29.66
%45.55
%24.79

CMYK Percentages of Color #8cd775

%35
%0
%46
%16

Triadic Colors of #8cd775

#8cd775 #758cd7 #d7758c

Analogous Colors of #8cd775

#8cd775 #75d78f #bdd775

Monochromatic Colors of #8cd775

#8cd775

Complementary Color

#8cd775 #c075d7

#8cd775 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cd775 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cd775 Color CSS Codes

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

#8cd775 Text Font Color

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

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


#8cd775 Background Color

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

This div background color is #8cd775


#8cd775 Border Color

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

This div border color is #8cd775


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cd775


Comments

No comments written yet.

Please login to write comment.