Color Hex Logo

#bbdbac Color Hex

#BBDBAC
(187,219,172)
0 Favorites   0 Comments

Color spaces of #bbdbac

RGB 187219172
HSL0.280.390.77
HSV101°21°86°
CMYK 0.150.000.21   0.14
XYZ53.271464.206448.6151
Yxy64.20640.32070.3866
Hunter Lab80.1289-21.555020.1183
CIE-Lab84.0731-19.104819.6776

#bbdbac color RGB value is (187,219,172).

#bbdbac hex color red value is 187, green value is 219 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #bbdbac hue: 0.28 , saturation: 0.39 and the lightness value of bbdbac is 0.77.

The process color (four color CMYK) of #bbdbac color hex is 0.15, 0.00, 0.21, 0.14. Web safe color of #bbdbac is #cccc99. Color #bbdbac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011011 10101100
Octal 273 333 254
Decimal 187 219 172
Hex BB DB AC

RGB Percentages of Color #bbdbac

%32.35
%37.89
%29.76

CMYK Percentages of Color #bbdbac

%15
%0
%21
%14

Triadic Colors of #bbdbac

#bbdbac #acbbdb #dbacbb

Analogous Colors of #bbdbac

#bbdbac #acdbb5 #d3dbac

Monochromatic Colors of #bbdbac

#bbdbac

Complementary Color

#bbdbac #ccacdb

#bbdbac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbdbac Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbdbac Color CSS Codes

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

#bbdbac Text Font Color

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

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


#bbdbac Background Color

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

This div background color is #bbdbac


#bbdbac Border Color

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

This div border color is #bbdbac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbdbac


Comments

No comments written yet.

Please login to write comment.