Color Hex Logo

#bcdcbd Color Hex

#BCDCBD
(188,220,189)
0 Favorites   0 Comments

Color spaces of #bcdcbd

RGB 188220189
HSL0.340.310.80
HSV122°15°86°
CMYK 0.150.000.14   0.14
XYZ55.517565.551957.8708
Yxy65.55190.31030.3663
Hunter Lab80.9641-19.288914.2961
CIE-Lab84.7673-16.382811.7313

#bcdcbd color RGB value is (188,220,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11011100 10111101
Octal 274 334 275
Decimal 188 220 189
Hex BC DC BD

RGB Percentages of Color #bcdcbd

%31.49
%36.85
%31.66

CMYK Percentages of Color #bcdcbd

%15
%0
%14
%14

Triadic Colors of #bcdcbd

#bcdcbd #bdbcdc #dcbdbc

Analogous Colors of #bcdcbd

#bcdcbd #bcdccd #cbdcbc

Monochromatic Colors of #bcdcbd

#bcdcbd

Complementary Color

#bcdcbd #dcbcdb

#bcdcbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcdcbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcdcbd Color CSS Codes

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

#bcdcbd Text Font Color

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

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


#bcdcbd Background Color

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

This div background color is #bcdcbd


#bcdcbd Border Color

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

This div border color is #bcdcbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcdcbd


Comments

No comments written yet.

Please login to write comment.