Color Hex Logo

#bbb814 Color Hex

#BBB814
(187,184,20)
0 Favorites   0 Comments

Color spaces of #bbb814

RGB 18718420
HSL0.160.810.41
HSV59°89°73°
CMYK 0.000.020.89   0.27
XYZ37.760344.89637.3375
Yxy44.89630.41960.4989
Hunter Lab67.0047-16.665140.4106
CIE-Lab72.8236-15.293971.7563

#bbb814 color RGB value is (187,184,20).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10111000 00010100
Octal 273 270 24
Decimal 187 184 20
Hex BB B8 14

RGB Percentages of Color #bbb814

%47.83
%47.06
%5.12

CMYK Percentages of Color #bbb814

%0
%2
%89
%27

Triadic Colors of #bbb814

#bbb814 #14bbb8 #b814bb

Analogous Colors of #bbb814

#bbb814 #6bbb14 #bb6514

Monochromatic Colors of #bbb814

#bbb814

Complementary Color

#bbb814 #1417bb

#bbb814 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbb814 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbb814 Color CSS Codes

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

#bbb814 Text Font Color

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

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


#bbb814 Background Color

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

This div background color is #bbb814


#bbb814 Border Color

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

This div border color is #bbb814


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbb814


Comments

No comments written yet.

Please login to write comment.