Color Hex Logo

#bcddcf Color Hex

#BCDDCF
(188,221,207)
0 Favorites   0 Comments

Color spaces of #bcddcf

RGB 188221207
HSL0.430.330.80
HSV155°15°87°
CMYK 0.150.000.06   0.13
XYZ57.858066.909368.8968
Yxy66.90930.29880.3455
Hunter Lab81.7981-16.88887.3200
CIE-Lab85.4581-13.56763.2254

#bcddcf color RGB value is (188,221,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11011101 11001111
Octal 274 335 317
Decimal 188 221 207
Hex BC DD CF

RGB Percentages of Color #bcddcf

%30.52
%35.88
%33.60

CMYK Percentages of Color #bcddcf

%15
%0
%6
%13

Triadic Colors of #bcddcf

#bcddcf #cfbcdd #ddcfbc

Analogous Colors of #bcddcf

#bcddcf #bcdbdd #bcddbf

Monochromatic Colors of #bcddcf

#bcddcf

Complementary Color

#bcddcf #ddbcca

#bcddcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcddcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcddcf Color CSS Codes

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

#bcddcf Text Font Color

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

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


#bcddcf Background Color

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

This div background color is #bcddcf


#bcddcf Border Color

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

This div border color is #bcddcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcddcf


Comments

No comments written yet.

Please login to write comment.