Color Hex Logo

#bbb928 Color Hex

#BBB928
(187,185,40)
0 Favorites   0 Comments

Color spaces of #bbb928

RGB 18718540
HSL0.160.650.45
HSV59°79°73°
CMYK 0.000.010.79   0.27
XYZ38.225545.41598.7589
Yxy45.41590.41370.4915
Hunter Lab67.3913-16.686639.4680
CIE-Lab73.1649-15.261967.3964

#bbb928 color RGB value is (187,185,40).

#bbb928 hex color red value is 187, green value is 185 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #bbb928 hue: 0.16 , saturation: 0.65 and the lightness value of bbb928 is 0.45.

The process color (four color CMYK) of #bbb928 color hex is 0.00, 0.01, 0.79, 0.27. Web safe color of #bbb928 is #cccc33. Color #bbb928 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10111001 00101000
Octal 273 271 50
Decimal 187 185 40
Hex BB B9 28

RGB Percentages of Color #bbb928

%45.39
%44.90
%9.71

CMYK Percentages of Color #bbb928

%0
%1
%79
%27

Triadic Colors of #bbb928

#bbb928 #28bbb9 #b928bb

Analogous Colors of #bbb928

#bbb928 #74bb28 #bb7028

Monochromatic Colors of #bbb928

#bbb928

Complementary Color

#bbb928 #282abb

#bbb928 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbb928 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbb928 Color CSS Codes

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

#bbb928 Text Font Color

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

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


#bbb928 Background Color

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

This div background color is #bbb928


#bbb928 Border Color

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

This div border color is #bbb928


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbb928


Comments

No comments written yet.

Please login to write comment.