Color Hex Logo

#bbdeac Color Hex

#BBDEAC
(187,222,172)
0 Favorites   0 Comments

Color spaces of #bbdeac

RGB 187222172
HSL0.280.430.77
HSV102°23°87°
CMYK 0.160.000.23   0.13
XYZ54.061265.785948.8783
Yxy65.78590.32040.3899
Hunter Lab81.1085-22.964421.0461
CIE-Lab84.8871-20.586020.8056

#bbdeac color RGB value is (187,222,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011110 10101100
Octal 273 336 254
Decimal 187 222 172
Hex BB DE AC

RGB Percentages of Color #bbdeac

%32.19
%38.21
%29.60

CMYK Percentages of Color #bbdeac

%16
%0
%23
%13

Triadic Colors of #bbdeac

#bbdeac #acbbde #deacbb

Analogous Colors of #bbdeac

#bbdeac #acdeb6 #d4deac

Monochromatic Colors of #bbdeac

#bbdeac

Complementary Color

#bbdeac #cfacde

#bbdeac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbdeac Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbdeac Color CSS Codes

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

#bbdeac Text Font Color

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

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


#bbdeac Background Color

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

This div background color is #bbdeac


#bbdeac Border Color

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

This div border color is #bbdeac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbdeac


Comments

No comments written yet.

Please login to write comment.