Color Hex Logo

#bbdebd Color Hex

#BBDEBD
(187,222,189)
0 Favorites   0 Comments

Color spaces of #bbdebd

RGB 187222189
HSL0.340.350.80
HSV123°16°87°
CMYK 0.160.000.15   0.13
XYZ55.800166.481558.0353
Yxy66.48150.30950.3687
Hunter Lab81.5362-20.530114.8743
CIE-Lab85.2414-17.718312.3953

#bbdebd color RGB value is (187,222,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011110 10111101
Octal 273 336 275
Decimal 187 222 189
Hex BB DE BD

RGB Percentages of Color #bbdebd

%31.27
%37.12
%31.61

CMYK Percentages of Color #bbdebd

%16
%0
%15
%13

Triadic Colors of #bbdebd

#bbdebd #bdbbde #debdbb

Analogous Colors of #bbdebd

#bbdebd #bbdecf #cbdebb

Monochromatic Colors of #bbdebd

#bbdebd

Complementary Color

#bbdebd #debbdc

#bbdebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbdebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbdebd Color CSS Codes

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

#bbdebd Text Font Color

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

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


#bbdebd Background Color

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

This div background color is #bbdebd


#bbdebd Border Color

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

This div border color is #bbdebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbdebd


Comments

No comments written yet.

Please login to write comment.