Color Hex Logo

#bbb83f Color Hex

#BBB83F
(187,184,63)
0 Favorites   0 Comments

Color spaces of #bbb83f

RGB 18718463
HSL0.160.500.49
HSV59°66°73°
CMYK 0.000.020.66   0.27
XYZ38.531245.204711.3972
Yxy45.20470.40500.4752
Hunter Lab67.2344-15.364237.0136
CIE-Lab73.0265-13.684059.2378

#bbb83f color RGB value is (187,184,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10111000 00111111
Octal 273 270 77
Decimal 187 184 63
Hex BB B8 3F

RGB Percentages of Color #bbb83f

%43.09
%42.40
%14.52

CMYK Percentages of Color #bbb83f

%0
%2
%66
%27

Triadic Colors of #bbb83f

#bbb83f #3fbbb8 #b83fbb

Analogous Colors of #bbb83f

#bbb83f #80bb3f #bb7a3f

Monochromatic Colors of #bbb83f

#bbb83f

Complementary Color

#bbb83f #3f42bb

#bbb83f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbb83f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbb83f Color CSS Codes

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

#bbb83f Text Font Color

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

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


#bbb83f Background Color

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

This div background color is #bbb83f


#bbb83f Border Color

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

This div border color is #bbb83f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbb83f


Comments

No comments written yet.

Please login to write comment.