Color Hex Logo

#bbad48 Color Hex

#BBAD48
(187,173,72)
0 Favorites   0 Comments

Color spaces of #bbad48

RGB 18717372
HSL0.150.460.51
HSV53°61°73°
CMYK 0.000.070.61   0.27
XYZ36.606840.919812.0998
Yxy40.91980.40840.4566
Hunter Lab63.9686-9.796233.5632
CIE-Lab70.1197-7.420952.3278

#bbad48 color RGB value is (187,173,72).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101101 01001000
Octal 273 255 110
Decimal 187 173 72
Hex BB AD 48

RGB Percentages of Color #bbad48

%43.29
%40.05
%16.67

CMYK Percentages of Color #bbad48

%0
%7
%61
%27

Triadic Colors of #bbad48

#bbad48 #48bbad #ad48bb

Analogous Colors of #bbad48

#bbad48 #90bb48 #bb7448

Monochromatic Colors of #bbad48

#bbad48

Complementary Color

#bbad48 #4856bb

#bbad48 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbad48 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbad48 Color CSS Codes

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

#bbad48 Text Font Color

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

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


#bbad48 Background Color

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

This div background color is #bbad48


#bbad48 Border Color

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

This div border color is #bbad48


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbad48


Comments

No comments written yet.

Please login to write comment.