Color Hex Logo

#bbb412 Color Hex

#BBB412
(187,180,18)
0 Favorites   0 Comments

Color spaces of #bbb412

RGB 18718018
HSL0.160.820.40
HSV58°90°73°
CMYK 0.000.040.90   0.27
XYZ36.924043.25106.9744
Yxy43.25100.42370.4963
Hunter Lab65.7655-14.870939.7482
CIE-Lab71.7250-13.292671.2275

#bbb412 color RGB value is (187,180,18).

#bbb412 hex color red value is 187, green value is 180 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #bbb412 hue: 0.16 , saturation: 0.82 and the lightness value of bbb412 is 0.40.

The process color (four color CMYK) of #bbb412 color hex is 0.00, 0.04, 0.90, 0.27. Web safe color of #bbb412 is #cccc00. Color #bbb412 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10110100 00010010
Octal 273 264 22
Decimal 187 180 18
Hex BB B4 12

RGB Percentages of Color #bbb412

%48.57
%46.75
%4.68

CMYK Percentages of Color #bbb412

%0
%4
%90
%27

Triadic Colors of #bbb412

#bbb412 #12bbb4 #b412bb

Analogous Colors of #bbb412

#bbb412 #6ebb12 #bb6012

Monochromatic Colors of #bbb412

#bbb412

Complementary Color

#bbb412 #1219bb

#bbb412 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbb412 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbb412 Color CSS Codes

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

#bbb412 Text Font Color

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

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


#bbb412 Background Color

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

This div background color is #bbb412


#bbb412 Border Color

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

This div border color is #bbb412


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbb412


Comments

No comments written yet.

Please login to write comment.