Color Hex Logo

#bcf7fe Color Hex

#BCF7FE
(188,247,254)
1 Favorites   0 Comments

Color spaces of #bcf7fe

RGB 188247254
HSL0.520.970.87
HSV186°26°100°
CMYK 0.260.030.00   0.00
XYZ71.889284.3687106.2617
Yxy84.36870.27380.3214
Hunter Lab91.8524-21.0370-4.2944
CIE-Lab93.6104-16.8992-9.3985

#bcf7fe color RGB value is (188,247,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11110111 11111110
Octal 274 367 376
Decimal 188 247 254
Hex BC F7 FE

RGB Percentages of Color #bcf7fe

%27.29
%35.85
%36.87

CMYK Percentages of Color #bcf7fe

%26
%3
%0
%0

Triadic Colors of #bcf7fe

#bcf7fe #febcf7 #f7febc

Analogous Colors of #bcf7fe

#bcf7fe #bcd6fe #bcfee4

Monochromatic Colors of #bcf7fe

#bcf7fe

Complementary Color

#bcf7fe #fec3bc

#bcf7fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcf7fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcf7fe Color CSS Codes

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

#bcf7fe Text Font Color

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

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


#bcf7fe Background Color

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

This div background color is #bcf7fe


#bcf7fe Border Color

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

This div border color is #bcf7fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcf7fe


Comments

No comments written yet.

Please login to write comment.