Color Hex Logo

#bcdbbd Color Hex

#BCDBBD
(188,219,189)
0 Favorites   0 Comments

Color spaces of #bcdbbd

RGB 188219189
HSL0.340.300.80
HSV122°14°86°
CMYK 0.140.000.14   0.14
XYZ55.255965.028557.7836
Yxy65.02850.31030.3652
Hunter Lab80.6403-18.809613.9633
CIE-Lab84.4984-15.881211.3490

#bcdbbd color RGB value is (188,219,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11011011 10111101
Octal 274 333 275
Decimal 188 219 189
Hex BC DB BD

RGB Percentages of Color #bcdbbd

%31.54
%36.74
%31.71

CMYK Percentages of Color #bcdbbd

%14
%0
%14
%14

Triadic Colors of #bcdbbd

#bcdbbd #bdbcdb #dbbdbc

Analogous Colors of #bcdbbd

#bcdbbd #bcdbcd #cbdbbc

Monochromatic Colors of #bcdbbd

#bcdbbd

Complementary Color

#bcdbbd #dbbcda

#bcdbbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcdbbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcdbbd Color CSS Codes

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

#bcdbbd Text Font Color

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

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


#bcdbbd Background Color

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

This div background color is #bcdbbd


#bcdbbd Border Color

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

This div border color is #bcdbbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcdbbd


Comments

No comments written yet.

Please login to write comment.