Color Hex Logo

#8cbe5c Color Hex

#8CBE5C
(140,190,92)
0 Favorites   0 Comments

Color spaces of #8cbe5c

RGB 14019092
HSL0.250.430.55
HSV91°52°75°
CMYK 0.260.000.52   0.25
XYZ31.160443.175116.8165
Yxy43.17510.34190.4737
Hunter Lab65.7078-30.339130.8214
CIE-Lab71.6737-33.137343.8560

#8cbe5c color RGB value is (140,190,92).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 10111110 01011100
Octal 214 276 134
Decimal 140 190 92
Hex 8C BE 5C

RGB Percentages of Color #8cbe5c

%33.18
%45.02
%21.80

CMYK Percentages of Color #8cbe5c

%26
%0
%52
%25

Triadic Colors of #8cbe5c

#8cbe5c #5c8cbe #be5c8c

Analogous Colors of #8cbe5c

#8cbe5c #5cbe5d #bdbe5c

Monochromatic Colors of #8cbe5c

#8cbe5c

Complementary Color

#8cbe5c #8e5cbe

#8cbe5c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cbe5c Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cbe5c Color CSS Codes

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

#8cbe5c Text Font Color

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

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


#8cbe5c Background Color

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

This div background color is #8cbe5c


#8cbe5c Border Color

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

This div border color is #8cbe5c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cbe5c


Comments

No comments written yet.

Please login to write comment.