Color Hex Logo

#bba68e Color Hex

#BBA68E
(187,166,142)
0 Favorites   0 Comments

Color spaces of #bba68e

RGB 187166142
HSL0.090.250.65
HSV32°24°73°
CMYK 0.000.110.24   0.27
XYZ39.012239.790231.2153
Yxy39.79020.35460.3617
Hunter Lab63.07950.006214.8156
CIE-Lab69.31983.826415.2272

#bba68e color RGB value is (187,166,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10100110 10001110
Octal 273 246 216
Decimal 187 166 142
Hex BB A6 8E

RGB Percentages of Color #bba68e

%37.78
%33.54
%28.69

CMYK Percentages of Color #bba68e

%0
%11
%24
%27

Triadic Colors of #bba68e

#bba68e #8ebba6 #a68ebb

Analogous Colors of #bba68e

#bba68e #babb8e #bb908e

Monochromatic Colors of #bba68e

#bba68e

Complementary Color

#bba68e #8ea3bb

#bba68e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba68e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba68e Color CSS Codes

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

#bba68e Text Font Color

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

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


#bba68e Background Color

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

This div background color is #bba68e


#bba68e Border Color

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

This div border color is #bba68e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,166,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 #bba68e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba68e


Comments

No comments written yet.

Please login to write comment.