Color Hex Logo

#bbb712 Color Hex

#BBB712
(187,183,18)
0 Favorites   0 Comments

Color spaces of #bbb712

RGB 18718318
HSL0.160.820.40
HSV59°90°73°
CMYK 0.000.020.90   0.27
XYZ37.536244.47547.1785
Yxy44.47540.42090.4987
Hunter Lab66.6899-16.239140.3009
CIE-Lab72.5451-14.822371.8684

#bbb712 color RGB value is (187,183,18).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10110111 00010010
Octal 273 267 22
Decimal 187 183 18
Hex BB B7 12

RGB Percentages of Color #bbb712

%48.20
%47.16
%4.64

CMYK Percentages of Color #bbb712

%0
%2
%90
%27

Triadic Colors of #bbb712

#bbb712 #12bbb7 #b712bb

Analogous Colors of #bbb712

#bbb712 #6bbb12 #bb6212

Monochromatic Colors of #bbb712

#bbb712

Complementary Color

#bbb712 #1216bb

#bbb712 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbb712 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbb712 Color CSS Codes

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

#bbb712 Text Font Color

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

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


#bbb712 Background Color

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

This div background color is #bbb712


#bbb712 Border Color

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

This div border color is #bbb712


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,183,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 #bbb712">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbb712


Comments

No comments written yet.

Please login to write comment.