Color Hex Logo

#8cdf61 Color Hex

#8CDF61
(140,223,97)
0 Favorites   0 Comments

Color spaces of #8cdf61

RGB 14022397
HSL0.280.660.63
HSV100°57°87°
CMYK 0.370.000.57   0.13
XYZ39.360659.213920.6642
Yxy59.21390.33010.4966
Hunter Lab76.9506-43.359937.9437
CIE-Lab81.4090-47.179353.0123

#8cdf61 color RGB value is (140,223,97).

#8cdf61 hex color red value is 140, green value is 223 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #8cdf61 hue: 0.28 , saturation: 0.66 and the lightness value of 8cdf61 is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 11011111 01100001
Octal 214 337 141
Decimal 140 223 97
Hex 8C DF 61

RGB Percentages of Color #8cdf61

%30.43
%48.48
%21.09

CMYK Percentages of Color #8cdf61

%37
%0
%57
%13

Triadic Colors of #8cdf61

#8cdf61 #618cdf #df618c

Analogous Colors of #8cdf61

#8cdf61 #61df75 #cbdf61

Monochromatic Colors of #8cdf61

#8cdf61

Complementary Color

#8cdf61 #b461df

#8cdf61 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cdf61 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cdf61 Color CSS Codes

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

#8cdf61 Text Font Color

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

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


#8cdf61 Background Color

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

This div background color is #8cdf61


#8cdf61 Border Color

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

This div border color is #8cdf61


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cdf61


Comments

No comments written yet.

Please login to write comment.