Color Hex Logo

#bbad7e Color Hex

#BBAD7E
(187,173,126)
0 Favorites   0 Comments

Color spaces of #bbad7e

RGB 187173126
HSL0.130.310.61
HSV46°33°73°
CMYK 0.000.070.33   0.27
XYZ39.203041.958325.7712
Yxy41.95830.36660.3924
Hunter Lab64.7752-5.325621.7538
CIE-Lab70.8422-2.130626.0131

#bbad7e color RGB value is (187,173,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101101 01111110
Octal 273 255 176
Decimal 187 173 126
Hex BB AD 7E

RGB Percentages of Color #bbad7e

%38.48
%35.60
%25.93

CMYK Percentages of Color #bbad7e

%0
%7
%33
%27

Triadic Colors of #bbad7e

#bbad7e #7ebbad #ad7ebb

Analogous Colors of #bbad7e

#bbad7e #abbb7e #bb8f7e

Monochromatic Colors of #bbad7e

#bbad7e

Complementary Color

#bbad7e #7e8cbb

#bbad7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbad7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbad7e Color CSS Codes

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

#bbad7e Text Font Color

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

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


#bbad7e Background Color

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

This div background color is #bbad7e


#bbad7e Border Color

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

This div border color is #bbad7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbad7e


Comments

No comments written yet.

Please login to write comment.