Color Hex Logo

#bbdeab Color Hex

#BBDEAB
(187,222,171)
0 Favorites   0 Comments

Color spaces of #bbdeab

RGB 187222171
HSL0.280.440.77
HSV101°23°87°
CMYK 0.160.000.23   0.13
XYZ53.965565.747648.3744
Yxy65.74760.32110.3912
Hunter Lab81.0849-23.099121.3876
CIE-Lab84.8675-20.746221.2999

#bbdeab color RGB value is (187,222,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011110 10101011
Octal 273 336 253
Decimal 187 222 171
Hex BB DE AB

RGB Percentages of Color #bbdeab

%32.24
%38.28
%29.48

CMYK Percentages of Color #bbdeab

%16
%0
%23
%13

Triadic Colors of #bbdeab

#bbdeab #abbbde #deabbb

Analogous Colors of #bbdeab

#bbdeab #abdeb5 #d5deab

Monochromatic Colors of #bbdeab

#bbdeab

Complementary Color

#bbdeab #ceabde

#bbdeab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbdeab Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbdeab Color CSS Codes

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

#bbdeab Text Font Color

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

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


#bbdeab Background Color

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

This div background color is #bbdeab


#bbdeab Border Color

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

This div border color is #bbdeab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbdeab


Comments

No comments written yet.

Please login to write comment.