Color Hex Logo

#bba98e Color Hex

#BBA98E
(187,169,142)
0 Favorites   0 Comments

Color spaces of #bba98e

RGB 187169142
HSL0.100.250.65
HSV36°24°73°
CMYK 0.000.100.24   0.27
XYZ39.564040.893731.3992
Yxy40.89370.35370.3656
Hunter Lab63.9482-1.473415.6517
CIE-Lab70.10142.201416.3162

#bba98e color RGB value is (187,169,142).

#bba98e hex color red value is 187, green value is 169 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #bba98e hue: 0.10 , saturation: 0.25 and the lightness value of bba98e is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101001 10001110
Octal 273 251 216
Decimal 187 169 142
Hex BB A9 8E

RGB Percentages of Color #bba98e

%37.55
%33.94
%28.51

CMYK Percentages of Color #bba98e

%0
%10
%24
%27

Triadic Colors of #bba98e

#bba98e #8ebba9 #a98ebb

Analogous Colors of #bba98e

#bba98e #b7bb8e #bb938e

Monochromatic Colors of #bba98e

#bba98e

Complementary Color

#bba98e #8ea0bb

#bba98e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba98e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba98e Color CSS Codes

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

#bba98e Text Font Color

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

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


#bba98e Background Color

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

This div background color is #bba98e


#bba98e Border Color

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

This div border color is #bba98e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba98e


Comments

No comments written yet.

Please login to write comment.