Color Hex Logo

#bcf1fe Color Hex

#BCF1FE
(188,241,254)
0 Favorites   0 Comments

Color spaces of #bcf1fe

RGB 188241254
HSL0.530.970.87
HSV192°26°100°
CMYK 0.260.050.00   0.00
XYZ70.083780.7577105.6599
Yxy80.75770.27320.3148
Hunter Lab89.8653-18.0565-6.8050
CIE-Lab92.0238-13.9064-11.7589

#bcf1fe color RGB value is (188,241,254).

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

The process color (four color CMYK) of #bcf1fe color hex is 0.26, 0.05, 0.00, 0.00. Web safe color of #bcf1fe is #ccffff. Color #bcf1fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11110001 11111110
Octal 274 361 376
Decimal 188 241 254
Hex BC F1 FE

RGB Percentages of Color #bcf1fe

%27.53
%35.29
%37.19

CMYK Percentages of Color #bcf1fe

%26
%5
%0
%0

Triadic Colors of #bcf1fe

#bcf1fe #febcf1 #f1febc

Analogous Colors of #bcf1fe

#bcf1fe #bcd0fe #bcfeea

Monochromatic Colors of #bcf1fe

#bcf1fe

Complementary Color

#bcf1fe #fec9bc

#bcf1fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcf1fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcf1fe Color CSS Codes

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

#bcf1fe Text Font Color

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

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


#bcf1fe Background Color

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

This div background color is #bcf1fe


#bcf1fe Border Color

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

This div border color is #bcf1fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcf1fe

Related Colors


Comments

No comments written yet.

Please login to write comment.