Color Hex Logo

#bbb266 Color Hex

#BBB266
(187,178,102)
0 Favorites   0 Comments

Color spaces of #bbb266

RGB 187178102
HSL0.150.380.57
HSV54°45°73°
CMYK 0.000.050.45   0.27
XYZ38.812243.364918.8950
Yxy43.36490.38400.4290
Hunter Lab65.8520-10.035829.0843
CIE-Lab71.8019-7.508439.8268

#bbb266 color RGB value is (187,178,102).

#bbb266 hex color red value is 187, green value is 178 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #bbb266 hue: 0.15 , saturation: 0.38 and the lightness value of bbb266 is 0.57.

The process color (four color CMYK) of #bbb266 color hex is 0.00, 0.05, 0.45, 0.27. Web safe color of #bbb266 is #cc9966. Color #bbb266 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10110010 01100110
Octal 273 262 146
Decimal 187 178 102
Hex BB B2 66

RGB Percentages of Color #bbb266

%40.04
%38.12
%21.84

CMYK Percentages of Color #bbb266

%0
%5
%45
%27

Triadic Colors of #bbb266

#bbb266 #66bbb2 #b266bb

Analogous Colors of #bbb266

#bbb266 #9abb66 #bb8866

Monochromatic Colors of #bbb266

#bbb266

Complementary Color

#bbb266 #666fbb

#bbb266 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbb266 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbb266 Color CSS Codes

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

#bbb266 Text Font Color

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

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


#bbb266 Background Color

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

This div background color is #bbb266


#bbb266 Border Color

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

This div border color is #bbb266


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbb266


Comments

No comments written yet.

Please login to write comment.