Color Hex Logo

#bbdaac Color Hex

#BBDAAC
(187,218,172)
0 Favorites   0 Comments

Color spaces of #bbdaac

RGB 187218172
HSL0.280.380.76
HSV100°21°85°
CMYK 0.140.000.21   0.15
XYZ53.011363.686248.5284
Yxy63.68620.32080.3854
Hunter Lab79.8036-21.083919.8084
CIE-Lab83.8021-18.608719.3013

#bbdaac color RGB value is (187,218,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011010 10101100
Octal 273 332 254
Decimal 187 218 172
Hex BB DA AC

RGB Percentages of Color #bbdaac

%32.41
%37.78
%29.81

CMYK Percentages of Color #bbdaac

%14
%0
%21
%15

Triadic Colors of #bbdaac

#bbdaac #acbbda #daacbb

Analogous Colors of #bbdaac

#bbdaac #acdab4 #d2daac

Monochromatic Colors of #bbdaac

#bbdaac

Complementary Color

#bbdaac #cbacda

#bbdaac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbdaac Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbdaac Color CSS Codes

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

#bbdaac Text Font Color

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

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


#bbdaac Background Color

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

This div background color is #bbdaac


#bbdaac Border Color

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

This div border color is #bbdaac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbdaac


Comments

No comments written yet.

Please login to write comment.