Color Hex Logo

#bcf7fa Color Hex

#BCF7FA
(188,247,250)
0 Favorites   0 Comments

Color spaces of #bcf7fa

RGB 188247250
HSL0.510.860.86
HSV183°25°98°
CMYK 0.250.010.00   0.02
XYZ71.255184.1150102.9228
Yxy84.11500.27590.3257
Hunter Lab91.7142-21.8187-2.3360
CIE-Lab93.5004-17.7685-7.4882

#bcf7fa color RGB value is (188,247,250).

#bcf7fa hex color red value is 188, green value is 247 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #bcf7fa hue: 0.51 , saturation: 0.86 and the lightness value of bcf7fa is 0.86.

The process color (four color CMYK) of #bcf7fa color hex is 0.25, 0.01, 0.00, 0.02. Web safe color of #bcf7fa is #ccffff. Color #bcf7fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11110111 11111010
Octal 274 367 372
Decimal 188 247 250
Hex BC F7 FA

RGB Percentages of Color #bcf7fa

%27.45
%36.06
%36.50

CMYK Percentages of Color #bcf7fa

%25
%1
%0
%2

Triadic Colors of #bcf7fa

#bcf7fa #fabcf7 #f7fabc

Analogous Colors of #bcf7fa

#bcf7fa #bcd8fa #bcfade

Monochromatic Colors of #bcf7fa

#bcf7fa

Complementary Color

#bcf7fa #fabfbc

#bcf7fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcf7fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcf7fa Color CSS Codes

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

#bcf7fa Text Font Color

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

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


#bcf7fa Background Color

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

This div background color is #bcf7fa


#bcf7fa Border Color

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

This div border color is #bcf7fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcf7fa

Related Colors


Comments

No comments written yet.

Please login to write comment.