Color Hex Logo

#bcf0fd Color Hex

#BCF0FD
(188,240,253)
0 Favorites   0 Comments

Color spaces of #bcf0fd

RGB 188240253
HSL0.530.940.86
HSV192°26°99°
CMYK 0.260.050.00   0.01
XYZ69.628780.1034104.7202
Yxy80.10340.27360.3148
Hunter Lab89.5005-17.7582-6.7220
CIE-Lab91.7312-13.6251-11.6745

#bcf0fd color RGB value is (188,240,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11110000 11111101
Octal 274 360 375
Decimal 188 240 253
Hex BC F0 FD

RGB Percentages of Color #bcf0fd

%27.61
%35.24
%37.15

CMYK Percentages of Color #bcf0fd

%26
%5
%0
%1

Triadic Colors of #bcf0fd

#bcf0fd #fdbcf0 #f0fdbc

Analogous Colors of #bcf0fd

#bcf0fd #bcd0fd #bcfdea

Monochromatic Colors of #bcf0fd

#bcf0fd

Complementary Color

#bcf0fd #fdc9bc

#bcf0fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcf0fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcf0fd Color CSS Codes

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

#bcf0fd Text Font Color

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

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


#bcf0fd Background Color

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

This div background color is #bcf0fd


#bcf0fd Border Color

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

This div border color is #bcf0fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcf0fd

Related Colors


Comments

No comments written yet.

Please login to write comment.