Color Hex Logo

#bbac2d Color Hex

#BBAC2D
(187,172,45)
0 Favorites   0 Comments

Color spaces of #bbac2d

RGB 18717245
HSL0.150.610.45
HSV54°76°73°
CMYK 0.000.080.76   0.27
XYZ35.719740.25938.3708
Yxy40.25930.42350.4773
Hunter Lab63.4502-10.550236.5932
CIE-Lab69.6538-8.375462.6372

#bbac2d color RGB value is (187,172,45).

#bbac2d hex color red value is 187, green value is 172 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #bbac2d hue: 0.15 , saturation: 0.61 and the lightness value of bbac2d is 0.45.

The process color (four color CMYK) of #bbac2d color hex is 0.00, 0.08, 0.76, 0.27. Web safe color of #bbac2d is #cc9933. Color #bbac2d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101100 00101101
Octal 273 254 55
Decimal 187 172 45
Hex BB AC 2D

RGB Percentages of Color #bbac2d

%46.29
%42.57
%11.14

CMYK Percentages of Color #bbac2d

%0
%8
%76
%27

Triadic Colors of #bbac2d

#bbac2d #2dbbac #ac2dbb

Analogous Colors of #bbac2d

#bbac2d #83bb2d #bb652d

Monochromatic Colors of #bbac2d

#bbac2d

Complementary Color

#bbac2d #2d3cbb

#bbac2d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbac2d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbac2d Color CSS Codes

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

#bbac2d Text Font Color

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

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


#bbac2d Background Color

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

This div background color is #bbac2d


#bbac2d Border Color

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

This div border color is #bbac2d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbac2d


Comments

No comments written yet.

Please login to write comment.