Color Hex Logo

#8cdf78 Color Hex

#8CDF78
(140,223,120)
0 Favorites   0 Comments

Color spaces of #8cdf78

RGB 140223120
HSL0.300.620.67
HSV108°46°87°
CMYK 0.370.000.46   0.13
XYZ40.593159.706927.1544
Yxy59.70690.31850.4685
Hunter Lab77.2702-41.449833.2534
CIE-Lab81.6786-44.491342.5218

#8cdf78 color RGB value is (140,223,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 11011111 01111000
Octal 214 337 170
Decimal 140 223 120
Hex 8C DF 78

RGB Percentages of Color #8cdf78

%28.99
%46.17
%24.84

CMYK Percentages of Color #8cdf78

%37
%0
%46
%13

Triadic Colors of #8cdf78

#8cdf78 #788cdf #df788c

Analogous Colors of #8cdf78

#8cdf78 #78df98 #c0df78

Monochromatic Colors of #8cdf78

#8cdf78

Complementary Color

#8cdf78 #cb78df

#8cdf78 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cdf78 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cdf78 Color CSS Codes

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

#8cdf78 Text Font Color

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

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


#8cdf78 Background Color

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

This div background color is #8cdf78


#8cdf78 Border Color

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

This div border color is #8cdf78


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cdf78


Comments

No comments written yet.

Please login to write comment.