Color Hex Logo

#bbb124 Color Hex

#BBB124
(187,177,36)
0 Favorites   0 Comments

Color spaces of #bbb124

RGB 18717736
HSL0.160.680.44
HSV56°81°73°
CMYK 0.000.050.81   0.27
XYZ36.534142.13657.8767
Yxy42.13650.42210.4869
Hunter Lab64.9126-13.133838.2444
CIE-Lab70.9649-11.305166.6050

#bbb124 color RGB value is (187,177,36).

#bbb124 hex color red value is 187, green value is 177 and the blue value of its RGB is 36. Cylindrical-coordinate representations (also known as HSL) of color #bbb124 hue: 0.16 , saturation: 0.68 and the lightness value of bbb124 is 0.44.

The process color (four color CMYK) of #bbb124 color hex is 0.00, 0.05, 0.81, 0.27. Web safe color of #bbb124 is #cc9933. Color #bbb124 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10110001 00100100
Octal 273 261 44
Decimal 187 177 36
Hex BB B1 24

RGB Percentages of Color #bbb124

%46.75
%44.25
%9.00

CMYK Percentages of Color #bbb124

%0
%5
%81
%27

Triadic Colors of #bbb124

#bbb124 #24bbb1 #b124bb

Analogous Colors of #bbb124

#bbb124 #7abb24 #bb6624

Monochromatic Colors of #bbb124

#bbb124

Complementary Color

#bbb124 #242ebb

#bbb124 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbb124 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbb124 Color CSS Codes

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

#bbb124 Text Font Color

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

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


#bbb124 Background Color

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

This div background color is #bbb124


#bbb124 Border Color

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

This div border color is #bbb124


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbb124


Comments

No comments written yet.

Please login to write comment.