Color Hex Logo

#bbb813 Color Hex

#BBB813
(187,184,19)
0 Favorites   0 Comments

Color spaces of #bbb813

RGB 18718419
HSL0.160.820.40
HSV59°90°73°
CMYK 0.000.020.90   0.27
XYZ37.751544.89287.2916
Yxy44.89280.41980.4992
Hunter Lab67.0021-16.680040.4491
CIE-Lab72.8213-15.312571.9223

#bbb813 color RGB value is (187,184,19).

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

The process color (four color CMYK) of #bbb813 color hex is 0.00, 0.02, 0.90, 0.27. Web safe color of #bbb813 is #cccc00. Color #bbb813 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10111000 00010011
Octal 273 270 23
Decimal 187 184 19
Hex BB B8 13

RGB Percentages of Color #bbb813

%47.95
%47.18
%4.87

CMYK Percentages of Color #bbb813

%0
%2
%90
%27

Triadic Colors of #bbb813

#bbb813 #13bbb8 #b813bb

Analogous Colors of #bbb813

#bbb813 #6abb13 #bb6413

Monochromatic Colors of #bbb813

#bbb813

Complementary Color

#bbb813 #1316bb

#bbb813 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbb813 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbb813 Color CSS Codes

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

#bbb813 Text Font Color

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

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


#bbb813 Background Color

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

This div background color is #bbb813


#bbb813 Border Color

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

This div border color is #bbb813


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbb813


Comments

No comments written yet.

Please login to write comment.