Color Hex Logo

#bcdcbf Color Hex

#BCDCBF
(188,220,191)
0 Favorites   0 Comments

Color spaces of #bcdcbf

RGB 188220191
HSL0.350.310.80
HSV126°15°86°
CMYK 0.150.000.13   0.14
XYZ55.736265.639459.0223
Yxy65.63940.30900.3639
Hunter Lab81.0181-18.983213.5195
CIE-Lab84.8121-16.027910.7411

#bcdcbf color RGB value is (188,220,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11011100 10111111
Octal 274 334 277
Decimal 188 220 191
Hex BC DC BF

RGB Percentages of Color #bcdcbf

%31.39
%36.73
%31.89

CMYK Percentages of Color #bcdcbf

%15
%0
%13
%14

Triadic Colors of #bcdcbf

#bcdcbf #bfbcdc #dcbfbc

Analogous Colors of #bcdcbf

#bcdcbf #bcdccf #c9dcbc

Monochromatic Colors of #bcdcbf

#bcdcbf

Complementary Color

#bcdcbf #dcbcd9

#bcdcbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcdcbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcdcbf Color CSS Codes

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

#bcdcbf Text Font Color

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

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


#bcdcbf Background Color

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

This div background color is #bcdcbf


#bcdcbf Border Color

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

This div border color is #bcdcbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcdcbf


Comments

No comments written yet.

Please login to write comment.