Color Hex Logo

#bbb838 Color Hex

#BBB838
(187,184,56)
0 Favorites   0 Comments

Color spaces of #bbb838

RGB 18718456
HSL0.160.540.48
HSV59°70°73°
CMYK 0.000.020.70   0.27
XYZ38.347845.131310.4314
Yxy45.13130.40830.4806
Hunter Lab67.1798-15.672837.8196
CIE-Lab72.9783-14.064261.8961

#bbb838 color RGB value is (187,184,56).

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

The process color (four color CMYK) of #bbb838 color hex is 0.00, 0.02, 0.70, 0.27. Web safe color of #bbb838 is #cccc33. Color #bbb838 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10111000 00111000
Octal 273 270 70
Decimal 187 184 56
Hex BB B8 38

RGB Percentages of Color #bbb838

%43.79
%43.09
%13.11

CMYK Percentages of Color #bbb838

%0
%2
%70
%27

Triadic Colors of #bbb838

#bbb838 #38bbb8 #b838bb

Analogous Colors of #bbb838

#bbb838 #7dbb38 #bb7738

Monochromatic Colors of #bbb838

#bbb838

Complementary Color

#bbb838 #383bbb

#bbb838 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbb838 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbb838 Color CSS Codes

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

#bbb838 Text Font Color

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

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


#bbb838 Background Color

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

This div background color is #bbb838


#bbb838 Border Color

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

This div border color is #bbb838


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbb838


Comments

No comments written yet.

Please login to write comment.