Color Hex Logo

#bbddab Color Hex

#BBDDAB
(187,221,171)
0 Favorites   0 Comments

Color spaces of #bbddab

RGB 187221171
HSL0.280.420.77
HSV101°23°87°
CMYK 0.150.000.23   0.13
XYZ53.700765.218048.2861
Yxy65.21800.32120.3900
Hunter Lab80.7577-22.630421.0801
CIE-Lab84.5959-20.253920.9246

#bbddab color RGB value is (187,221,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011101 10101011
Octal 273 335 253
Decimal 187 221 171
Hex BB DD AB

RGB Percentages of Color #bbddab

%32.30
%38.17
%29.53

CMYK Percentages of Color #bbddab

%15
%0
%23
%13

Triadic Colors of #bbddab

#bbddab #abbbdd #ddabbb

Analogous Colors of #bbddab

#bbddab #abddb4 #d4ddab

Monochromatic Colors of #bbddab

#bbddab

Complementary Color

#bbddab #cdabdd

#bbddab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbddab Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbddab Color CSS Codes

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

#bbddab Text Font Color

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

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


#bbddab Background Color

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

This div background color is #bbddab


#bbddab Border Color

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

This div border color is #bbddab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbddab


Comments

No comments written yet.

Please login to write comment.