Color Hex Logo

#bbb854 Color Hex

#BBB854
(187,184,84)
0 Favorites   0 Comments

Color spaces of #bbb854

RGB 18718484
HSL0.160.430.53
HSV58°55°73°
CMYK 0.000.020.55   0.27
XYZ39.234245.485915.0993
Yxy45.48590.39310.4557
Hunter Lab67.4432-14.185733.9363
CIE-Lab73.2107-12.241150.2904

#bbb854 color RGB value is (187,184,84).

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

The process color (four color CMYK) of #bbb854 color hex is 0.00, 0.02, 0.55, 0.27. Web safe color of #bbb854 is #cccc66. Color #bbb854 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10111000 01010100
Octal 273 270 124
Decimal 187 184 84
Hex BB B8 54

RGB Percentages of Color #bbb854

%41.10
%40.44
%18.46

CMYK Percentages of Color #bbb854

%0
%2
%55
%27

Triadic Colors of #bbb854

#bbb854 #54bbb8 #b854bb

Analogous Colors of #bbb854

#bbb854 #8bbb54 #bb8554

Monochromatic Colors of #bbb854

#bbb854

Complementary Color

#bbb854 #5457bb

#bbb854 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbb854 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbb854 Color CSS Codes

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

#bbb854 Text Font Color

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

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


#bbb854 Background Color

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

This div background color is #bbb854


#bbb854 Border Color

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

This div border color is #bbb854


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbb854


Comments

No comments written yet.

Please login to write comment.