Color Hex Logo

#8cbb73 Color Hex

#8CBB73
(140,187,115)
0 Favorites   0 Comments

Color spaces of #8cbb73

RGB 140187115
HSL0.280.350.59
HSV99°39°73°
CMYK 0.250.000.39   0.27
XYZ31.680142.353922.7251
Yxy42.35390.32740.4377
Hunter Lab65.0799-26.998124.8526
CIE-Lab71.1142-28.819931.5622

#8cbb73 color RGB value is (140,187,115).

#8cbb73 hex color red value is 140, green value is 187 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #8cbb73 hue: 0.28 , saturation: 0.35 and the lightness value of 8cbb73 is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 10111011 01110011
Octal 214 273 163
Decimal 140 187 115
Hex 8C BB 73

RGB Percentages of Color #8cbb73

%31.67
%42.31
%26.02

CMYK Percentages of Color #8cbb73

%25
%0
%39
%27

Triadic Colors of #8cbb73

#8cbb73 #738cbb #bb738c

Analogous Colors of #8cbb73

#8cbb73 #73bb7e #b0bb73

Monochromatic Colors of #8cbb73

#8cbb73

Complementary Color

#8cbb73 #a273bb

#8cbb73 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cbb73 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cbb73 Color CSS Codes

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

#8cbb73 Text Font Color

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

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


#8cbb73 Background Color

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

This div background color is #8cbb73


#8cbb73 Border Color

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

This div border color is #8cbb73


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cbb73


Comments

No comments written yet.

Please login to write comment.