Color Hex Logo

#bbc776 Color Hex

#BBC776
(187,199,118)
0 Favorites   0 Comments

Color spaces of #bbc776

RGB 187199118
HSL0.190.420.62
HSV69°41°78°
CMYK 0.060.000.41   0.22
XYZ44.187052.719624.9866
Yxy52.71960.36250.4325
Hunter Lab72.6083-18.435230.4224
CIE-Lab77.7092-16.582039.1212

#bbc776 color RGB value is (187,199,118).

#bbc776 hex color red value is 187, green value is 199 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #bbc776 hue: 0.19 , saturation: 0.42 and the lightness value of bbc776 is 0.62.

The process color (four color CMYK) of #bbc776 color hex is 0.06, 0.00, 0.41, 0.22. Web safe color of #bbc776 is #cccc66. Color #bbc776 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11000111 01110110
Octal 273 307 166
Decimal 187 199 118
Hex BB C7 76

RGB Percentages of Color #bbc776

%37.10
%39.48
%23.41

CMYK Percentages of Color #bbc776

%6
%0
%41
%22

Triadic Colors of #bbc776

#bbc776 #76bbc7 #c776bb

Analogous Colors of #bbc776

#bbc776 #93c776 #c7ab76

Monochromatic Colors of #bbc776

#bbc776

Complementary Color

#bbc776 #8276c7

#bbc776 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbc776 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbc776 Color CSS Codes

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

#bbc776 Text Font Color

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

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


#bbc776 Background Color

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

This div background color is #bbc776


#bbc776 Border Color

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

This div border color is #bbc776


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(187,199,118, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bbc776; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bbc776;
  -webkit-box-shadow: 1px 1px 3px 2px #bbc776;
  box-shadow:         1px 1px 3px 2px #bbc776; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbc776


Comments

No comments written yet.

Please login to write comment.