Color Hex Logo

#bbb812 Color Hex

#BBB812
(187,184,18)
0 Favorites   0 Comments

Color spaces of #bbb812

RGB 18718418
HSL0.160.820.40
HSV59°90°73°
CMYK 0.000.020.90   0.27
XYZ37.743244.88947.2475
Yxy44.88940.41990.4994
Hunter Lab66.9996-16.693940.4861
CIE-Lab72.8190-15.329872.0825

#bbb812 color RGB value is (187,184,18).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10111000 00010010
Octal 273 270 22
Decimal 187 184 18
Hex BB B8 12

RGB Percentages of Color #bbb812

%48.07
%47.30
%4.63

CMYK Percentages of Color #bbb812

%0
%2
%90
%27

Triadic Colors of #bbb812

#bbb812 #12bbb8 #b812bb

Analogous Colors of #bbb812

#bbb812 #6abb12 #bb6312

Monochromatic Colors of #bbb812

#bbb812

Complementary Color

#bbb812 #1215bb

#bbb812 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbb812 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbb812 Color CSS Codes

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

#bbb812 Text Font Color

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

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


#bbb812 Background Color

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

This div background color is #bbb812


#bbb812 Border Color

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

This div border color is #bbb812


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbb812


Comments

No comments written yet.

Please login to write comment.