Color Hex Logo

#bba08f Color Hex

#BBA08F
(187,160,143)
0 Favorites   0 Comments

Color spaces of #bba08f

RGB 187160143
HSL0.060.240.65
HSV23°24°73°
CMYK 0.000.140.24   0.27
XYZ38.022237.689631.2574
Yxy37.68960.35540.3523
Hunter Lab61.39193.115812.7871
CIE-Lab67.79127.245112.5323

#bba08f color RGB value is (187,160,143).

#bba08f hex color red value is 187, green value is 160 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #bba08f hue: 0.06 , saturation: 0.24 and the lightness value of bba08f is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10100000 10001111
Octal 273 240 217
Decimal 187 160 143
Hex BB A0 8F

RGB Percentages of Color #bba08f

%38.16
%32.65
%29.18

CMYK Percentages of Color #bba08f

%0
%14
%24
%27

Triadic Colors of #bba08f

#bba08f #8fbba0 #a08fbb

Analogous Colors of #bba08f

#bba08f #bbb68f #bb8f94

Monochromatic Colors of #bba08f

#bba08f

Complementary Color

#bba08f #8faabb

#bba08f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba08f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba08f Color CSS Codes

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

#bba08f Text Font Color

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

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


#bba08f Background Color

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

This div background color is #bba08f


#bba08f Border Color

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

This div border color is #bba08f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba08f


Comments

No comments written yet.

Please login to write comment.