Color Hex Logo

#bbba78 Color Hex

#BBBA78
(187,186,120)
0 Favorites   0 Comments

Color spaces of #bbba78

RGB 187186120
HSL0.160.330.60
HSV59°36°73°
CMYK 0.000.010.36   0.27
XYZ41.442647.038724.6644
Yxy47.03870.36630.4157
Hunter Lab68.5848-12.164026.6875
CIE-Lab74.2145-9.709933.6246

#bbba78 color RGB value is (187,186,120).

#bbba78 hex color red value is 187, green value is 186 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #bbba78 hue: 0.16 , saturation: 0.33 and the lightness value of bbba78 is 0.60.

The process color (four color CMYK) of #bbba78 color hex is 0.00, 0.01, 0.36, 0.27. Web safe color of #bbba78 is #cccc66. Color #bbba78 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10111010 01111000
Octal 273 272 170
Decimal 187 186 120
Hex BB BA 78

RGB Percentages of Color #bbba78

%37.93
%37.73
%24.34

CMYK Percentages of Color #bbba78

%0
%1
%36
%27

Triadic Colors of #bbba78

#bbba78 #78bbba #ba78bb

Analogous Colors of #bbba78

#bbba78 #9bbb78 #bb9978

Monochromatic Colors of #bbba78

#bbba78

Complementary Color

#bbba78 #7879bb

#bbba78 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbba78 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbba78 Color CSS Codes

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

#bbba78 Text Font Color

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

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


#bbba78 Background Color

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

This div background color is #bbba78


#bbba78 Border Color

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

This div border color is #bbba78


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbba78


Comments

No comments written yet.

Please login to write comment.