Color Hex Logo

#bfdcfb Color Hex

#BFDCFB
(191,220,251)
0 Favorites   0 Comments

Color spaces of #bfdcfb

RGB 191220251
HSL0.590.880.87
HSV211°24°98°
CMYK 0.240.120.00   0.02
XYZ64.491669.2278101.2300
Yxy69.22780.27450.2946
Hunter Lab83.2032-7.2487-13.8935
CIE-Lab86.6167-2.9490-18.2746

#bfdcfb color RGB value is (191,220,251).

#bfdcfb hex color red value is 191, green value is 220 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #bfdcfb hue: 0.59 , saturation: 0.88 and the lightness value of bfdcfb is 0.87.

The process color (four color CMYK) of #bfdcfb color hex is 0.24, 0.12, 0.00, 0.02. Web safe color of #bfdcfb is #ccccff. Color #bfdcfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11011100 11111011
Octal 277 334 373
Decimal 191 220 251
Hex BF DC FB

RGB Percentages of Color #bfdcfb

%28.85
%33.23
%37.92

CMYK Percentages of Color #bfdcfb

%24
%12
%0
%2

Triadic Colors of #bfdcfb

#bfdcfb #fbbfdc #dcfbbf

Analogous Colors of #bfdcfb

#bfdcfb #c0bffb #bffafb

Monochromatic Colors of #bfdcfb

#bfdcfb

Complementary Color

#bfdcfb #fbdebf

#bfdcfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfdcfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfdcfb Color CSS Codes

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

#bfdcfb Text Font Color

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

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


#bfdcfb Background Color

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

This div background color is #bfdcfb


#bfdcfb Border Color

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

This div border color is #bfdcfb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(191,220,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bfdcfb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bfdcfb;
  -webkit-box-shadow: 1px 1px 3px 2px #bfdcfb;
  box-shadow:         1px 1px 3px 2px #bfdcfb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(191,220,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfdcfb

Related Colors


Comments

No comments written yet.

Please login to write comment.