Color Hex Logo

#bcf6fe Color Hex

#BCF6FE
(188,246,254)
0 Favorites   0 Comments

Color spaces of #bcf6fe

RGB 188246254
HSL0.520.970.87
HSV187°26°100°
CMYK 0.260.030.00   0.00
XYZ71.584283.7587106.1601
Yxy83.75870.27370.3203
Hunter Lab91.5198-20.5419-4.7107
CIE-Lab93.3456-16.4029-9.7918

#bcf6fe color RGB value is (188,246,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11110110 11111110
Octal 274 366 376
Decimal 188 246 254
Hex BC F6 FE

RGB Percentages of Color #bcf6fe

%27.33
%35.76
%36.92

CMYK Percentages of Color #bcf6fe

%26
%3
%0
%0

Triadic Colors of #bcf6fe

#bcf6fe #febcf6 #f6febc

Analogous Colors of #bcf6fe

#bcf6fe #bcd5fe #bcfee5

Monochromatic Colors of #bcf6fe

#bcf6fe

Complementary Color

#bcf6fe #fec4bc

#bcf6fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcf6fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcf6fe Color CSS Codes

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

#bcf6fe Text Font Color

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

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


#bcf6fe Background Color

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

This div background color is #bcf6fe


#bcf6fe Border Color

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

This div border color is #bcf6fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcf6fe


Comments

No comments written yet.

Please login to write comment.