Color Hex Logo

#bcdfce Color Hex

#BCDFCE
(188,223,206)
0 Favorites   0 Comments

Color spaces of #bcdfce

RGB 188223206
HSL0.420.350.81
HSV151°16°87°
CMYK 0.160.000.08   0.13
XYZ58.267367.922968.4319
Yxy67.92290.29940.3490
Hunter Lab82.4154-18.02818.4605
CIE-Lab85.9679-14.76794.4914

#bcdfce color RGB value is (188,223,206).

#bcdfce hex color red value is 188, green value is 223 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #bcdfce hue: 0.42 , saturation: 0.35 and the lightness value of bcdfce is 0.81.

The process color (four color CMYK) of #bcdfce color hex is 0.16, 0.00, 0.08, 0.13. Web safe color of #bcdfce is #cccccc. Color #bcdfce contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11011111 11001110
Octal 274 337 316
Decimal 188 223 206
Hex BC DF CE

RGB Percentages of Color #bcdfce

%30.47
%36.14
%33.39

CMYK Percentages of Color #bcdfce

%16
%0
%8
%13

Triadic Colors of #bcdfce

#bcdfce #cebcdf #dfcebc

Analogous Colors of #bcdfce

#bcdfce #bcdfdf #bcdfbd

Monochromatic Colors of #bcdfce

#bcdfce

Complementary Color

#bcdfce #dfbccd

#bcdfce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcdfce Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcdfce Color CSS Codes

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

#bcdfce Text Font Color

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

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


#bcdfce Background Color

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

This div background color is #bcdfce


#bcdfce Border Color

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

This div border color is #bcdfce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcdfce

#bcdfce Color Palettes


Comments

No comments written yet.

Please login to write comment.