Color Hex Logo

#bbb821 Color Hex

#BBB821
(187,184,33)
0 Favorites   0 Comments

Color spaces of #bbb821

RGB 18718433
HSL0.160.700.43
HSV59°82°73°
CMYK 0.000.020.82   0.27
XYZ37.908544.95568.1181
Yxy44.95560.41670.4941
Hunter Lab67.0489-16.414339.7556
CIE-Lab72.8626-14.982169.0342

#bbb821 color RGB value is (187,184,33).

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

The process color (four color CMYK) of #bbb821 color hex is 0.00, 0.02, 0.82, 0.27. Web safe color of #bbb821 is #cccc33. Color #bbb821 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10111000 00100001
Octal 273 270 41
Decimal 187 184 33
Hex BB B8 21

RGB Percentages of Color #bbb821

%46.29
%45.54
%8.17

CMYK Percentages of Color #bbb821

%0
%2
%82
%27

Triadic Colors of #bbb821

#bbb821 #21bbb8 #b821bb

Analogous Colors of #bbb821

#bbb821 #71bb21 #bb6b21

Monochromatic Colors of #bbb821

#bbb821

Complementary Color

#bbb821 #2124bb

#bbb821 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbb821 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbb821 Color CSS Codes

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

#bbb821 Text Font Color

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

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


#bbb821 Background Color

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

This div background color is #bbb821


#bbb821 Border Color

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

This div border color is #bbb821


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbb821


Comments

No comments written yet.

Please login to write comment.