Color Hex Logo

#bcd3fc Color Hex

#BCD3FC
(188,211,252)
0 Favorites   0 Comments

Color spaces of #bcd3fc

RGB 188211252
HSL0.610.910.86
HSV218°25°99°
CMYK 0.250.160.00   0.01
XYZ61.604064.3082101.2613
Yxy64.30820.27120.2831
Hunter Lab80.1924-3.2125-18.7326
CIE-Lab84.12601.1291-22.5891

#bcd3fc color RGB value is (188,211,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11010011 11111100
Octal 274 323 374
Decimal 188 211 252
Hex BC D3 FC

RGB Percentages of Color #bcd3fc

%28.88
%32.41
%38.71

CMYK Percentages of Color #bcd3fc

%25
%16
%0
%1

Triadic Colors of #bcd3fc

#bcd3fc #fcbcd3 #d3fcbc

Analogous Colors of #bcd3fc

#bcd3fc #c5bcfc #bcf3fc

Monochromatic Colors of #bcd3fc

#bcd3fc

Complementary Color

#bcd3fc #fce5bc

#bcd3fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcd3fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcd3fc Color CSS Codes

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

#bcd3fc Text Font Color

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

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


#bcd3fc Background Color

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

This div background color is #bcd3fc


#bcd3fc Border Color

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

This div border color is #bcd3fc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,211,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 #bcd3fc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcd3fc

Related Colors


Comments

No comments written yet.

Please login to write comment.