Color Hex Logo

#bbad7b Color Hex

#BBAD7B
(187,173,123)
0 Favorites   0 Comments

Color spaces of #bbad7b

RGB 187173123
HSL0.130.320.61
HSV47°34°73°
CMYK 0.000.070.34   0.27
XYZ39.012241.882024.7668
Yxy41.88200.36920.3964
Hunter Lab64.7163-5.650422.6112
CIE-Lab70.7895-2.508327.5508

#bbad7b color RGB value is (187,173,123).

#bbad7b hex color red value is 187, green value is 173 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #bbad7b hue: 0.13 , saturation: 0.32 and the lightness value of bbad7b is 0.61.

The process color (four color CMYK) of #bbad7b color hex is 0.00, 0.07, 0.34, 0.27. Web safe color of #bbad7b is #cc9966. Color #bbad7b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101101 01111011
Octal 273 255 173
Decimal 187 173 123
Hex BB AD 7B

RGB Percentages of Color #bbad7b

%38.72
%35.82
%25.47

CMYK Percentages of Color #bbad7b

%0
%7
%34
%27

Triadic Colors of #bbad7b

#bbad7b #7bbbad #ad7bbb

Analogous Colors of #bbad7b

#bbad7b #a9bb7b #bb8d7b

Monochromatic Colors of #bbad7b

#bbad7b

Complementary Color

#bbad7b #7b89bb

#bbad7b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbad7b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbad7b Color CSS Codes

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

#bbad7b Text Font Color

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

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


#bbad7b Background Color

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

This div background color is #bbad7b


#bbad7b Border Color

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

This div border color is #bbad7b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbad7b


Comments

No comments written yet.

Please login to write comment.