Color Hex Logo

#bcdff2 Color Hex

#BCDFF2
(188,223,242)
0 Favorites   0 Comments

Color spaces of #bcdff2

RGB 188223242
HSL0.560.680.84
HSV201°22°95°
CMYK 0.220.080.00   0.05
XYZ63.153769.877594.1636
Yxy69.87750.27800.3076
Hunter Lab83.5928-11.4319-8.2727
CIE-Lab86.9367-7.3879-13.0708

#bcdff2 color RGB value is (188,223,242).

#bcdff2 hex color red value is 188, green value is 223 and the blue value of its RGB is 242. Cylindrical-coordinate representations (also known as HSL) of color #bcdff2 hue: 0.56 , saturation: 0.68 and the lightness value of bcdff2 is 0.84.

The process color (four color CMYK) of #bcdff2 color hex is 0.22, 0.08, 0.00, 0.05. Web safe color of #bcdff2 is #ccccff. Color #bcdff2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11011111 11110010
Octal 274 337 362
Decimal 188 223 242
Hex BC DF F2

RGB Percentages of Color #bcdff2

%28.79
%34.15
%37.06

CMYK Percentages of Color #bcdff2

%22
%8
%0
%5

Triadic Colors of #bcdff2

#bcdff2 #f2bcdf #dff2bc

Analogous Colors of #bcdff2

#bcdff2 #bcc4f2 #bcf2ea

Monochromatic Colors of #bcdff2

#bcdff2

Complementary Color

#bcdff2 #f2cfbc

#bcdff2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcdff2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcdff2 Color CSS Codes

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

#bcdff2 Text Font Color

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

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


#bcdff2 Background Color

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

This div background color is #bcdff2


#bcdff2 Border Color

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

This div border color is #bcdff2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcdff2


Comments

No comments written yet.

Please login to write comment.