Color Hex Logo

#bcdccb Color Hex

#BCDCCB
(188,220,203)
0 Favorites   0 Comments

Color spaces of #bcdccb

RGB 188220203
HSL0.410.310.80
HSV148°15°86°
CMYK 0.150.000.08   0.14
XYZ57.111766.189666.2657
Yxy66.18960.30130.3492
Hunter Lab81.3570-17.06978.6579
CIE-Lab85.0930-13.82384.8101

#bcdccb color RGB value is (188,220,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11011100 11001011
Octal 274 334 313
Decimal 188 220 203
Hex BC DC CB

RGB Percentages of Color #bcdccb

%30.77
%36.01
%33.22

CMYK Percentages of Color #bcdccb

%15
%0
%8
%14

Triadic Colors of #bcdccb

#bcdccb #cbbcdc #dccbbc

Analogous Colors of #bcdccb

#bcdccb #bcdcdb #bddcbc

Monochromatic Colors of #bcdccb

#bcdccb

Complementary Color

#bcdccb #dcbccd

#bcdccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcdccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcdccb Color CSS Codes

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

#bcdccb Text Font Color

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

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


#bcdccb Background Color

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

This div background color is #bcdccb


#bcdccb Border Color

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

This div border color is #bcdccb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,220,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcdccb


Comments

No comments written yet.

Please login to write comment.