Color Hex Logo

#8cdf5e Color Hex

#8CDF5E
(140,223,94)
0 Favorites   0 Comments

Color spaces of #8cdf5e

RGB 14022394
HSL0.270.670.62
HSV99°58°87°
CMYK 0.370.000.58   0.13
XYZ39.223359.159019.9412
Yxy59.15900.33150.5000
Hunter Lab76.9149-43.573738.4687
CIE-Lab81.3789-47.483454.3168

#8cdf5e color RGB value is (140,223,94).

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

The process color (four color CMYK) of #8cdf5e color hex is 0.37, 0.00, 0.58, 0.13. Web safe color of #8cdf5e is #99cc66. Color #8cdf5e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 11011111 01011110
Octal 214 337 136
Decimal 140 223 94
Hex 8C DF 5E

RGB Percentages of Color #8cdf5e

%30.63
%48.80
%20.57

CMYK Percentages of Color #8cdf5e

%37
%0
%58
%13

Triadic Colors of #8cdf5e

#8cdf5e #5e8cdf #df5e8c

Analogous Colors of #8cdf5e

#8cdf5e #5edf71 #cddf5e

Monochromatic Colors of #8cdf5e

#8cdf5e

Complementary Color

#8cdf5e #b15edf

#8cdf5e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cdf5e Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cdf5e Color CSS Codes

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

#8cdf5e Text Font Color

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

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


#8cdf5e Background Color

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

This div background color is #8cdf5e


#8cdf5e Border Color

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

This div border color is #8cdf5e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(140,223,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 #8cdf5e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cdf5e


Comments

No comments written yet.

Please login to write comment.