Color Hex Logo

#bcdebd Color Hex

#BCDEBD
(188,222,189)
0 Favorites   0 Comments

Color spaces of #bcdebd

RGB 188222189
HSL0.340.340.80
HSV122°15°87°
CMYK 0.150.000.15   0.13
XYZ56.045666.608058.0468
Yxy66.60800.31020.3686
Hunter Lab81.6137-20.244914.9603
CIE-Lab85.3056-17.381912.4952

#bcdebd color RGB value is (188,222,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11011110 10111101
Octal 274 336 275
Decimal 188 222 189
Hex BC DE BD

RGB Percentages of Color #bcdebd

%31.39
%37.06
%31.55

CMYK Percentages of Color #bcdebd

%15
%0
%15
%13

Triadic Colors of #bcdebd

#bcdebd #bdbcde #debdbc

Analogous Colors of #bcdebd

#bcdebd #bcdece #ccdebc

Monochromatic Colors of #bcdebd

#bcdebd

Complementary Color

#bcdebd #debcdd

#bcdebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcdebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcdebd Color CSS Codes

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

#bcdebd Text Font Color

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

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


#bcdebd Background Color

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

This div background color is #bcdebd


#bcdebd Border Color

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

This div border color is #bcdebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcdebd


Comments

No comments written yet.

Please login to write comment.