Color Hex Logo

#8cfa5e Color Hex

#8CFA5E
(140,250,94)
0 Favorites   0 Comments

Color spaces of #8cfa5e

RGB 14025094
HSL0.280.940.67
HSV102°62°98°
CMYK 0.440.000.62   0.02
XYZ47.021274.754822.5405
Yxy74.75480.32580.5180
Hunter Lab86.4609-54.230445.0656
CIE-Lab89.2780-58.337463.2012

#8cfa5e color RGB value is (140,250,94).

#8cfa5e hex color red value is 140, green value is 250 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #8cfa5e hue: 0.28 , saturation: 0.94 and the lightness value of 8cfa5e is 0.67.

The process color (four color CMYK) of #8cfa5e color hex is 0.44, 0.00, 0.62, 0.02. Web safe color of #8cfa5e is #99ff66. Color #8cfa5e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 11111010 01011110
Octal 214 372 136
Decimal 140 250 94
Hex 8C FA 5E

RGB Percentages of Color #8cfa5e

%28.93
%51.65
%19.42

CMYK Percentages of Color #8cfa5e

%44
%0
%62
%2

Triadic Colors of #8cfa5e

#8cfa5e #5e8cfa #fa5e8c

Analogous Colors of #8cfa5e

#8cfa5e #5efa7e #dafa5e

Monochromatic Colors of #8cfa5e

#8cfa5e

Complementary Color

#8cfa5e #cc5efa

#8cfa5e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cfa5e Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cfa5e Color CSS Codes

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

#8cfa5e Text Font Color

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

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


#8cfa5e Background Color

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

This div background color is #8cfa5e


#8cfa5e Border Color

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

This div border color is #8cfa5e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cfa5e

Related Colors


Comments

No comments written yet.

Please login to write comment.