Color Hex Logo

#b0c86c Color Hex

#B0C86C
(176,200,108)
0 Favorites   0 Comments

Color spaces of #b0c86c

RGB 176200108
HSL0.210.460.60
HSV76°46°78°
CMYK 0.120.000.46   0.22
XYZ41.265551.621421.9764
Yxy51.62140.35930.4494
Hunter Lab71.8480-23.213632.1584
CIE-Lab77.0539-22.489543.1204

#b0c86c color RGB value is (176,200,108).

#b0c86c hex color red value is 176, green value is 200 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #b0c86c hue: 0.21 , saturation: 0.46 and the lightness value of b0c86c is 0.60.

The process color (four color CMYK) of #b0c86c color hex is 0.12, 0.00, 0.46, 0.22. Web safe color of #b0c86c is #99cc66. Color #b0c86c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 11001000 01101100
Octal 260 310 154
Decimal 176 200 108
Hex B0 C8 6C

RGB Percentages of Color #b0c86c

%36.36
%41.32
%22.31

CMYK Percentages of Color #b0c86c

%12
%0
%46
%22

Triadic Colors of #b0c86c

#b0c86c #6cb0c8 #c86cb0

Analogous Colors of #b0c86c

#b0c86c #82c86c #c8b26c

Monochromatic Colors of #b0c86c

#b0c86c

Complementary Color

#b0c86c #846cc8

#b0c86c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0c86c Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0c86c Color CSS Codes

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

#b0c86c Text Font Color

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

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


#b0c86c Background Color

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

This div background color is #b0c86c


#b0c86c Border Color

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

This div border color is #b0c86c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(176,200,108, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b0c86c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b0c86c;
  -webkit-box-shadow: 1px 1px 3px 2px #b0c86c;
  box-shadow:         1px 1px 3px 2px #b0c86c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,200,108, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0c86c


Comments

No comments written yet.

Please login to write comment.