Color Hex Logo

#bcdcfc Color Hex

#BCDCFC
(188,220,252)
0 Favorites   0 Comments

Color spaces of #bcdcfc

RGB 188220252
HSL0.580.910.86
HSV210°25°99°
CMYK 0.250.130.00   0.01
XYZ63.902968.9060102.0276
Yxy68.90600.27210.2934
Hunter Lab83.0096-7.8531-14.7669
CIE-Lab86.4575-3.6036-19.0605

#bcdcfc color RGB value is (188,220,252).

#bcdcfc hex color red value is 188, green value is 220 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #bcdcfc hue: 0.58 , saturation: 0.91 and the lightness value of bcdcfc is 0.86.

The process color (four color CMYK) of #bcdcfc color hex is 0.25, 0.13, 0.00, 0.01. Web safe color of #bcdcfc is #ccccff. Color #bcdcfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11011100 11111100
Octal 274 334 374
Decimal 188 220 252
Hex BC DC FC

RGB Percentages of Color #bcdcfc

%28.48
%33.33
%38.18

CMYK Percentages of Color #bcdcfc

%25
%13
%0
%1

Triadic Colors of #bcdcfc

#bcdcfc #fcbcdc #dcfcbc

Analogous Colors of #bcdcfc

#bcdcfc #bcbcfc #bcfcfc

Monochromatic Colors of #bcdcfc

#bcdcfc

Complementary Color

#bcdcfc #fcdcbc

#bcdcfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcdcfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcdcfc Color CSS Codes

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

#bcdcfc Text Font Color

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

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


#bcdcfc Background Color

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

This div background color is #bcdcfc


#bcdcfc Border Color

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

This div border color is #bcdcfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcdcfc


Comments

No comments written yet.

Please login to write comment.