Color Hex Logo

#bbdfac Color Hex

#BBDFAC
(187,223,172)
0 Favorites   0 Comments

Color spaces of #bbdfac

RGB 187223172
HSL0.280.440.77
HSV102°23°87°
CMYK 0.160.000.23   0.13
XYZ54.327666.318748.9671
Yxy66.31870.32030.3910
Hunter Lab81.4363-23.433021.3547
CIE-Lab85.1587-21.077421.1812

#bbdfac color RGB value is (187,223,172).

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

The process color (four color CMYK) of #bbdfac color hex is 0.16, 0.00, 0.23, 0.13. Web safe color of #bbdfac is #cccc99. Color #bbdfac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011111 10101100
Octal 273 337 254
Decimal 187 223 172
Hex BB DF AC

RGB Percentages of Color #bbdfac

%32.13
%38.32
%29.55

CMYK Percentages of Color #bbdfac

%16
%0
%23
%13

Triadic Colors of #bbdfac

#bbdfac #acbbdf #dfacbb

Analogous Colors of #bbdfac

#bbdfac #acdfb7 #d5dfac

Monochromatic Colors of #bbdfac

#bbdfac

Complementary Color

#bbdfac #d0acdf

#bbdfac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbdfac Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbdfac Color CSS Codes

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

#bbdfac Text Font Color

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

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


#bbdfac Background Color

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

This div background color is #bbdfac


#bbdfac Border Color

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

This div border color is #bbdfac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbdfac


Comments

No comments written yet.

Please login to write comment.