Color Hex Logo

#8cbe78 Color Hex

#8CBE78
(140,190,120)
0 Favorites   0 Comments

Color spaces of #8cbe78

RGB 140190120
HSL0.290.350.61
HSV103°37°75°
CMYK 0.260.000.37   0.25
XYZ32.618843.758424.4963
Yxy43.75840.32340.4338
Hunter Lab66.1501-27.743924.3492
CIE-Lab72.0667-29.534730.1991

#8cbe78 color RGB value is (140,190,120).

#8cbe78 hex color red value is 140, green value is 190 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #8cbe78 hue: 0.29 , saturation: 0.35 and the lightness value of 8cbe78 is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 10111110 01111000
Octal 214 276 170
Decimal 140 190 120
Hex 8C BE 78

RGB Percentages of Color #8cbe78

%31.11
%42.22
%26.67

CMYK Percentages of Color #8cbe78

%26
%0
%37
%25

Triadic Colors of #8cbe78

#8cbe78 #788cbe #be788c

Analogous Colors of #8cbe78

#8cbe78 #78be87 #afbe78

Monochromatic Colors of #8cbe78

#8cbe78

Complementary Color

#8cbe78 #aa78be

#8cbe78 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cbe78 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cbe78 Color CSS Codes

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

#8cbe78 Text Font Color

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

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


#8cbe78 Background Color

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

This div background color is #8cbe78


#8cbe78 Border Color

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

This div border color is #8cbe78


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cbe78


Comments

No comments written yet.

Please login to write comment.