Color Hex Logo

#bcf0fa Color Hex

#BCF0FA
(188,240,250)
0 Favorites   0 Comments

Color spaces of #bcf0fa

RGB 188240250
HSL0.530.860.86
HSV190°25°98°
CMYK 0.250.040.00   0.02
XYZ69.154479.9137102.2225
Yxy79.91370.27520.3180
Hunter Lab89.3945-18.3550-5.2219
CIE-Lab91.6461-14.2841-10.2391

#bcf0fa color RGB value is (188,240,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11110000 11111010
Octal 274 360 372
Decimal 188 240 250
Hex BC F0 FA

RGB Percentages of Color #bcf0fa

%27.73
%35.40
%36.87

CMYK Percentages of Color #bcf0fa

%25
%4
%0
%2

Triadic Colors of #bcf0fa

#bcf0fa #fabcf0 #f0fabc

Analogous Colors of #bcf0fa

#bcf0fa #bcd1fa #bcfae5

Monochromatic Colors of #bcf0fa

#bcf0fa

Complementary Color

#bcf0fa #fac6bc

#bcf0fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcf0fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcf0fa Color CSS Codes

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

#bcf0fa Text Font Color

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

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


#bcf0fa Background Color

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

This div background color is #bcf0fa


#bcf0fa Border Color

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

This div border color is #bcf0fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcf0fa


Comments

No comments written yet.

Please login to write comment.