Color Hex Logo

#bbdfab Color Hex

#BBDFAB
(187,223,171)
0 Favorites   0 Comments

Color spaces of #bbdfab

RGB 187223171
HSL0.280.450.77
HSV102°23°87°
CMYK 0.160.000.23   0.13
XYZ54.231966.280448.4632
Yxy66.28040.32090.3922
Hunter Lab81.4128-23.567321.6949
CIE-Lab85.1392-21.237321.6751

#bbdfab color RGB value is (187,223,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011111 10101011
Octal 273 337 253
Decimal 187 223 171
Hex BB DF AB

RGB Percentages of Color #bbdfab

%32.19
%38.38
%29.43

CMYK Percentages of Color #bbdfab

%16
%0
%23
%13

Triadic Colors of #bbdfab

#bbdfab #abbbdf #dfabbb

Analogous Colors of #bbdfab

#bbdfab #abdfb5 #d5dfab

Monochromatic Colors of #bbdfab

#bbdfab

Complementary Color

#bbdfab #cfabdf

#bbdfab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbdfab Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbdfab Color CSS Codes

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

#bbdfab Text Font Color

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

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


#bbdfab Background Color

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

This div background color is #bbdfab


#bbdfab Border Color

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

This div border color is #bbdfab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbdfab


Comments

No comments written yet.

Please login to write comment.