Color Hex Logo

#bbddac Color Hex

#BBDDAC
(187,221,172)
0 Favorites   0 Comments

Color spaces of #bbddac

RGB 187221172
HSL0.280.420.77
HSV102°22°87°
CMYK 0.150.000.22   0.13
XYZ53.796465.256348.7901
Yxy65.25630.32050.3888
Hunter Lab80.7814-22.495220.7372
CIE-Lab84.6156-20.093420.4297

#bbddac color RGB value is (187,221,172).

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

The process color (four color CMYK) of #bbddac color hex is 0.15, 0.00, 0.22, 0.13. Web safe color of #bbddac is #cccc99. Color #bbddac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011101 10101100
Octal 273 335 254
Decimal 187 221 172
Hex BB DD AC

RGB Percentages of Color #bbddac

%32.24
%38.10
%29.66

CMYK Percentages of Color #bbddac

%15
%0
%22
%13

Triadic Colors of #bbddac

#bbddac #acbbdd #ddacbb

Analogous Colors of #bbddac

#bbddac #acddb6 #d4ddac

Monochromatic Colors of #bbddac

#bbddac

Complementary Color

#bbddac #ceacdd

#bbddac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbddac Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbddac Color CSS Codes

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

#bbddac Text Font Color

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

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


#bbddac Background Color

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

This div background color is #bbddac


#bbddac Border Color

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

This div border color is #bbddac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbddac


Comments

No comments written yet.

Please login to write comment.