Color Hex Logo

#8cbc58 Color Hex

#8CBC58
(140,188,88)
0 Favorites   0 Comments

Color spaces of #8cbc58

RGB 14018888
HSL0.250.430.54
HSV89°53°74°
CMYK 0.260.000.53   0.26
XYZ30.559942.246515.7762
Yxy42.24650.34500.4769
Hunter Lab64.9973-29.819631.1072
CIE-Lab71.0405-32.637545.0244

#8cbc58 color RGB value is (140,188,88).

#8cbc58 hex color red value is 140, green value is 188 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #8cbc58 hue: 0.25 , saturation: 0.43 and the lightness value of 8cbc58 is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 10111100 01011000
Octal 214 274 130
Decimal 140 188 88
Hex 8C BC 58

RGB Percentages of Color #8cbc58

%33.65
%45.19
%21.15

CMYK Percentages of Color #8cbc58

%26
%0
%53
%26

Triadic Colors of #8cbc58

#8cbc58 #588cbc #bc588c

Analogous Colors of #8cbc58

#8cbc58 #5abc58 #bcba58

Monochromatic Colors of #8cbc58

#8cbc58

Complementary Color

#8cbc58 #8858bc

#8cbc58 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cbc58 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cbc58 Color CSS Codes

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

#8cbc58 Text Font Color

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

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


#8cbc58 Background Color

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

This div background color is #8cbc58


#8cbc58 Border Color

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

This div border color is #8cbc58


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cbc58


Comments

No comments written yet.

Please login to write comment.