Color Hex Logo

#bbb653 Color Hex

#BBB653
(187,182,83)
0 Favorites   0 Comments

Color spaces of #bbb653

RGB 18718283
HSL0.160.430.53
HSV57°56°73°
CMYK 0.000.030.56   0.27
XYZ38.782844.645214.7569
Yxy44.64520.39500.4547
Hunter Lab66.8171-13.322633.6774
CIE-Lab72.6577-11.290550.1254

#bbb653 color RGB value is (187,182,83).

#bbb653 hex color red value is 187, green value is 182 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #bbb653 hue: 0.16 , saturation: 0.43 and the lightness value of bbb653 is 0.53.

The process color (four color CMYK) of #bbb653 color hex is 0.00, 0.03, 0.56, 0.27. Web safe color of #bbb653 is #cccc66. Color #bbb653 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10110110 01010011
Octal 273 266 123
Decimal 187 182 83
Hex BB B6 53

RGB Percentages of Color #bbb653

%41.37
%40.27
%18.36

CMYK Percentages of Color #bbb653

%0
%3
%56
%27

Triadic Colors of #bbb653

#bbb653 #53bbb6 #b653bb

Analogous Colors of #bbb653

#bbb653 #8cbb53 #bb8253

Monochromatic Colors of #bbb653

#bbb653

Complementary Color

#bbb653 #5358bb

#bbb653 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbb653 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbb653 Color CSS Codes

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

#bbb653 Text Font Color

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

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


#bbb653 Background Color

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

This div background color is #bbb653


#bbb653 Border Color

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

This div border color is #bbb653


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbb653


Comments

No comments written yet.

Please login to write comment.