Color Hex Logo

#bcdcbb Color Hex

#BCDCBB
(188,220,187)
0 Favorites   0 Comments

Color spaces of #bcdcbb

RGB 188220187
HSL0.330.320.80
HSV118°15°86°
CMYK 0.150.000.15   0.14
XYZ55.301965.465656.7351
Yxy65.46560.31160.3688
Hunter Lab80.9108-19.590615.0631
CIE-Lab84.7231-16.733812.7218

#bcdcbb color RGB value is (188,220,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11011100 10111011
Octal 274 334 273
Decimal 188 220 187
Hex BC DC BB

RGB Percentages of Color #bcdcbb

%31.60
%36.97
%31.43

CMYK Percentages of Color #bcdcbb

%15
%0
%15
%14

Triadic Colors of #bcdcbb

#bcdcbb #bbbcdc #dcbbbc

Analogous Colors of #bcdcbb

#bcdcbb #bbdccb #cddcbb

Monochromatic Colors of #bcdcbb

#bcdcbb

Complementary Color

#bcdcbb #dbbbdc

#bcdcbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcdcbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcdcbb Color CSS Codes

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

#bcdcbb Text Font Color

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

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


#bcdcbb Background Color

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

This div background color is #bcdcbb


#bcdcbb Border Color

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

This div border color is #bcdcbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcdcbb


Comments

No comments written yet.

Please login to write comment.