Color Hex Logo

#8cf39d Color Hex

#8CF39D
(140,243,157)
0 Favorites   0 Comments

Color spaces of #8cf39d

RGB 140243157
HSL0.360.810.75
HSV130°42°95°
CMYK 0.420.000.35   0.05
XYZ48.951672.111043.2371
Yxy72.11100.29790.4389
Hunter Lab84.9182-45.709529.2545
CIE-Lab88.0220-47.584432.3444

#8cf39d color RGB value is (140,243,157).

#8cf39d hex color red value is 140, green value is 243 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #8cf39d hue: 0.36 , saturation: 0.81 and the lightness value of 8cf39d is 0.75.

The process color (four color CMYK) of #8cf39d color hex is 0.42, 0.00, 0.35, 0.05. Web safe color of #8cf39d is #99ff99. Color #8cf39d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 11110011 10011101
Octal 214 363 235
Decimal 140 243 157
Hex 8C F3 9D

RGB Percentages of Color #8cf39d

%25.93
%45.00
%29.07

CMYK Percentages of Color #8cf39d

%42
%0
%35
%5

Triadic Colors of #8cf39d

#8cf39d #9d8cf3 #f39d8c

Analogous Colors of #8cf39d

#8cf39d #8cf3d1 #aff38c

Monochromatic Colors of #8cf39d

#8cf39d

Complementary Color

#8cf39d #f38ce2

#8cf39d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cf39d Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cf39d Color CSS Codes

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

#8cf39d Text Font Color

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

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


#8cf39d Background Color

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

This div background color is #8cf39d


#8cf39d Border Color

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

This div border color is #8cf39d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cf39d


Comments

No comments written yet.

Please login to write comment.