Color Hex Logo

#bbad29 Color Hex

#BBAD29
(187,173,41)
0 Favorites   0 Comments

Color spaces of #bbad29

RGB 18717341
HSL0.150.640.45
HSV54°78°73°
CMYK 0.000.070.78   0.27
XYZ35.837340.61208.0479
Yxy40.61200.42410.4806
Hunter Lab63.7275-11.143437.1218
CIE-Lab69.9032-9.054964.1751

#bbad29 color RGB value is (187,173,41).

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

The process color (four color CMYK) of #bbad29 color hex is 0.00, 0.07, 0.78, 0.27. Web safe color of #bbad29 is #cc9933. Color #bbad29 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101101 00101001
Octal 273 255 51
Decimal 187 173 41
Hex BB AD 29

RGB Percentages of Color #bbad29

%46.63
%43.14
%10.22

CMYK Percentages of Color #bbad29

%0
%7
%78
%27

Triadic Colors of #bbad29

#bbad29 #29bbad #ad29bb

Analogous Colors of #bbad29

#bbad29 #80bb29 #bb6429

Monochromatic Colors of #bbad29

#bbad29

Complementary Color

#bbad29 #2937bb

#bbad29 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbad29 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbad29 Color CSS Codes

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

#bbad29 Text Font Color

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

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


#bbad29 Background Color

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

This div background color is #bbad29


#bbad29 Border Color

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

This div border color is #bbad29


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbad29


Comments

No comments written yet.

Please login to write comment.