Color Hex Logo

#bbc166 Color Hex

#BBC166
(187,193,102)
0 Favorites   0 Comments

Color spaces of #bbc166

RGB 187193102
HSL0.180.420.58
HSV64°47°76°
CMYK 0.030.000.47   0.24
XYZ41.961849.664019.9449
Yxy49.66400.37610.4451
Hunter Lab70.4727-17.042332.5509
CIE-Lab75.8626-15.236844.7988

#bbc166 color RGB value is (187,193,102).

#bbc166 hex color red value is 187, green value is 193 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #bbc166 hue: 0.18 , saturation: 0.42 and the lightness value of bbc166 is 0.58.

The process color (four color CMYK) of #bbc166 color hex is 0.03, 0.00, 0.47, 0.24. Web safe color of #bbc166 is #cccc66. Color #bbc166 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11000001 01100110
Octal 273 301 146
Decimal 187 193 102
Hex BB C1 66

RGB Percentages of Color #bbc166

%38.80
%40.04
%21.16

CMYK Percentages of Color #bbc166

%3
%0
%47
%24

Triadic Colors of #bbc166

#bbc166 #66bbc1 #c166bb

Analogous Colors of #bbc166

#bbc166 #8ec166 #c19a66

Monochromatic Colors of #bbc166

#bbc166

Complementary Color

#bbc166 #6c66c1

#bbc166 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbc166 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbc166 Color CSS Codes

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

#bbc166 Text Font Color

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

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


#bbc166 Background Color

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

This div background color is #bbc166


#bbc166 Border Color

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

This div border color is #bbc166


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,193,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 #bbc166">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbc166


Comments

No comments written yet.

Please login to write comment.