Color Hex Logo

#bba994 Color Hex

#BBA994
(187,169,148)
0 Favorites   0 Comments

Color spaces of #bba994

RGB 187169148
HSL0.090.220.66
HSV32°21°73°
CMYK 0.000.100.21   0.27
XYZ40.026841.078833.8363
Yxy41.07880.34820.3574
Hunter Lab64.0927-0.686613.5641
CIE-Lab70.23113.092313.2060

#bba994 color RGB value is (187,169,148).

#bba994 hex color red value is 187, green value is 169 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #bba994 hue: 0.09 , saturation: 0.22 and the lightness value of bba994 is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101001 10010100
Octal 273 251 224
Decimal 187 169 148
Hex BB A9 94

RGB Percentages of Color #bba994

%37.10
%33.53
%29.37

CMYK Percentages of Color #bba994

%0
%10
%21
%27

Triadic Colors of #bba994

#bba994 #94bba9 #a994bb

Analogous Colors of #bba994

#bba994 #babb94 #bb9694

Monochromatic Colors of #bba994

#bba994

Complementary Color

#bba994 #94a6bb

#bba994 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba994 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba994 Color CSS Codes

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

#bba994 Text Font Color

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

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


#bba994 Background Color

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

This div background color is #bba994


#bba994 Border Color

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

This div border color is #bba994


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba994


Comments

No comments written yet.

Please login to write comment.