Color Hex Logo

#bcd1fe Color Hex

#BCD1FE
(188,209,254)
0 Favorites   0 Comments

Color spaces of #bcd1fe

RGB 188209254
HSL0.610.970.87
HSV221°26°100°
CMYK 0.260.180.00   0.00
XYZ61.428963.4481102.7750
Yxy63.44810.26980.2787
Hunter Lab79.6543-1.7370-20.7417
CIE-Lab83.67762.6514-24.3301

#bcd1fe color RGB value is (188,209,254).

#bcd1fe hex color red value is 188, green value is 209 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #bcd1fe hue: 0.61 , saturation: 0.97 and the lightness value of bcd1fe is 0.87.

The process color (four color CMYK) of #bcd1fe color hex is 0.26, 0.18, 0.00, 0.00. Web safe color of #bcd1fe is #ccccff. Color #bcd1fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11010001 11111110
Octal 274 321 376
Decimal 188 209 254
Hex BC D1 FE

RGB Percentages of Color #bcd1fe

%28.88
%32.10
%39.02

CMYK Percentages of Color #bcd1fe

%26
%18
%0
%0

Triadic Colors of #bcd1fe

#bcd1fe #febcd1 #d1febc

Analogous Colors of #bcd1fe

#bcd1fe #c8bcfe #bcf2fe

Monochromatic Colors of #bcd1fe

#bcd1fe

Complementary Color

#bcd1fe #fee9bc

#bcd1fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcd1fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcd1fe Color CSS Codes

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

#bcd1fe Text Font Color

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

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


#bcd1fe Background Color

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

This div background color is #bcd1fe


#bcd1fe Border Color

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

This div border color is #bcd1fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcd1fe


Comments

No comments written yet.

Please login to write comment.