Color Hex Logo

#bcdbf6 Color Hex

#BCDBF6
(188,219,246)
0 Favorites   0 Comments

Color spaces of #bcdbf6

RGB 188219246
HSL0.580.760.85
HSV208°24°96°
CMYK 0.240.110.00   0.04
XYZ62.705168.008297.0108
Yxy68.00820.27540.2986
Hunter Lab82.4671-8.5922-12.0193
CIE-Lab86.0105-4.4312-16.5692

#bcdbf6 color RGB value is (188,219,246).

#bcdbf6 hex color red value is 188, green value is 219 and the blue value of its RGB is 246. Cylindrical-coordinate representations (also known as HSL) of color #bcdbf6 hue: 0.58 , saturation: 0.76 and the lightness value of bcdbf6 is 0.85.

The process color (four color CMYK) of #bcdbf6 color hex is 0.24, 0.11, 0.00, 0.04. Web safe color of #bcdbf6 is #ccccff. Color #bcdbf6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11011011 11110110
Octal 274 333 366
Decimal 188 219 246
Hex BC DB F6

RGB Percentages of Color #bcdbf6

%28.79
%33.54
%37.67

CMYK Percentages of Color #bcdbf6

%24
%11
%0
%4

Triadic Colors of #bcdbf6

#bcdbf6 #f6bcdb #dbf6bc

Analogous Colors of #bcdbf6

#bcdbf6 #bcbef6 #bcf6f4

Monochromatic Colors of #bcdbf6

#bcdbf6

Complementary Color

#bcdbf6 #f6d7bc

#bcdbf6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcdbf6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcdbf6 Color CSS Codes

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

#bcdbf6 Text Font Color

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

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


#bcdbf6 Background Color

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

This div background color is #bcdbf6


#bcdbf6 Border Color

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

This div border color is #bcdbf6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcdbf6

#bcdbf6 Color Palettes


Comments

No comments written yet.

Please login to write comment.