Color Hex Logo

#bba89a Color Hex

#BBA89A
(187,168,154)
0 Favorites   0 Comments

Color spaces of #bba89a

RGB 187168154
HSL0.070.200.67
HSV25°18°73°
CMYK 0.000.100.18   0.27
XYZ40.328940.903236.3414
Yxy40.90320.34300.3479
Hunter Lab63.95560.635611.0787
CIE-Lab70.10804.56329.7300

#bba89a color RGB value is (187,168,154).

#bba89a hex color red value is 187, green value is 168 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #bba89a hue: 0.07 , saturation: 0.20 and the lightness value of bba89a is 0.67.

The process color (four color CMYK) of #bba89a color hex is 0.00, 0.10, 0.18, 0.27. Web safe color of #bba89a is #cc9999. Color #bba89a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101000 10011010
Octal 273 250 232
Decimal 187 168 154
Hex BB A8 9A

RGB Percentages of Color #bba89a

%36.74
%33.01
%30.26

CMYK Percentages of Color #bba89a

%0
%10
%18
%27

Triadic Colors of #bba89a

#bba89a #9abba8 #a89abb

Analogous Colors of #bba89a

#bba89a #bbb99a #bb9a9d

Monochromatic Colors of #bba89a

#bba89a

Complementary Color

#bba89a #9aadbb

#bba89a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba89a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba89a Color CSS Codes

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

#bba89a Text Font Color

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

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


#bba89a Background Color

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

This div background color is #bba89a


#bba89a Border Color

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

This div border color is #bba89a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba89a


Comments

No comments written yet.

Please login to write comment.