Color Hex Logo

#bbc866 Color Hex

#BBC866
(187,200,102)
0 Favorites   0 Comments

Color spaces of #bbc866

RGB 187200102
HSL0.190.470.59
HSV68°49°78°
CMYK 0.070.000.49   0.22
XYZ43.546152.832720.4730
Yxy52.83270.37270.4521
Hunter Lab72.6861-20.261734.1805
CIE-Lab77.7761-18.752547.1043

#bbc866 color RGB value is (187,200,102).

#bbc866 hex color red value is 187, green value is 200 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #bbc866 hue: 0.19 , saturation: 0.47 and the lightness value of bbc866 is 0.59.

The process color (four color CMYK) of #bbc866 color hex is 0.07, 0.00, 0.49, 0.22. Web safe color of #bbc866 is #cccc66. Color #bbc866 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11001000 01100110
Octal 273 310 146
Decimal 187 200 102
Hex BB C8 66

RGB Percentages of Color #bbc866

%38.24
%40.90
%20.86

CMYK Percentages of Color #bbc866

%7
%0
%49
%22

Triadic Colors of #bbc866

#bbc866 #66bbc8 #c866bb

Analogous Colors of #bbc866

#bbc866 #8ac866 #c8a466

Monochromatic Colors of #bbc866

#bbc866

Complementary Color

#bbc866 #7366c8

#bbc866 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbc866 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbc866 Color CSS Codes

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

#bbc866 Text Font Color

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

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


#bbc866 Background Color

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

This div background color is #bbc866


#bbc866 Border Color

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

This div border color is #bbc866


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbc866


Comments

No comments written yet.

Please login to write comment.