Color Hex Logo

#bbdeb9 Color Hex

#BBDEB9
(187,222,185)
0 Favorites   0 Comments

Color spaces of #bbdeb9

RGB 187222185
HSL0.320.360.80
HSV117°17°87°
CMYK 0.160.000.17   0.13
XYZ55.371766.310155.7797
Yxy66.31010.31200.3737
Hunter Lab81.4310-21.127316.3885
CIE-Lab85.1543-18.417214.3738

#bbdeb9 color RGB value is (187,222,185).

#bbdeb9 hex color red value is 187, green value is 222 and the blue value of its RGB is 185. Cylindrical-coordinate representations (also known as HSL) of color #bbdeb9 hue: 0.32 , saturation: 0.36 and the lightness value of bbdeb9 is 0.80.

The process color (four color CMYK) of #bbdeb9 color hex is 0.16, 0.00, 0.17, 0.13. Web safe color of #bbdeb9 is #cccccc. Color #bbdeb9 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011110 10111001
Octal 273 336 271
Decimal 187 222 185
Hex BB DE B9

RGB Percentages of Color #bbdeb9

%31.48
%37.37
%31.14

CMYK Percentages of Color #bbdeb9

%16
%0
%17
%13

Triadic Colors of #bbdeb9

#bbdeb9 #b9bbde #deb9bb

Analogous Colors of #bbdeb9

#bbdeb9 #b9deca #cedeb9

Monochromatic Colors of #bbdeb9

#bbdeb9

Complementary Color

#bbdeb9 #dcb9de

#bbdeb9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbdeb9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbdeb9 Color CSS Codes

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

#bbdeb9 Text Font Color

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

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


#bbdeb9 Background Color

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

This div background color is #bbdeb9


#bbdeb9 Border Color

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

This div border color is #bbdeb9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbdeb9


Comments

No comments written yet.

Please login to write comment.