Color Hex Logo

#bba39e Color Hex

#BBA39E
(187,163,158)
0 Favorites   0 Comments

Color spaces of #bba39e

RGB 187163158
HSL0.030.180.68
HSV10°16°73°
CMYK 0.000.130.16   0.27
XYZ39.762339.227837.8238
Yxy39.22780.34040.3358
Hunter Lab62.63213.71548.0370
CIE-Lab68.91607.93375.8134

#bba39e color RGB value is (187,163,158).

#bba39e hex color red value is 187, green value is 163 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #bba39e hue: 0.03 , saturation: 0.18 and the lightness value of bba39e is 0.68.

The process color (four color CMYK) of #bba39e color hex is 0.00, 0.13, 0.16, 0.27. Web safe color of #bba39e is #cc9999. Color #bba39e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10100011 10011110
Octal 273 243 236
Decimal 187 163 158
Hex BB A3 9E

RGB Percentages of Color #bba39e

%36.81
%32.09
%31.10

CMYK Percentages of Color #bba39e

%0
%13
%16
%27

Triadic Colors of #bba39e

#bba39e #9ebba3 #a39ebb

Analogous Colors of #bba39e

#bba39e #bbb29e #bb9ea8

Monochromatic Colors of #bba39e

#bba39e

Complementary Color

#bba39e #9eb6bb

#bba39e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba39e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba39e Color CSS Codes

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

#bba39e Text Font Color

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

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


#bba39e Background Color

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

This div background color is #bba39e


#bba39e Border Color

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

This div border color is #bba39e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba39e


Comments

No comments written yet.

Please login to write comment.