Color Hex Logo

#bfdbfb Color Hex

#BFDBFB
(191,219,251)
0 Favorites   0 Comments

Color spaces of #bfdbfb

RGB 191219251
HSL0.590.880.87
HSV212°24°98°
CMYK 0.240.130.00   0.02
XYZ64.230068.7044101.1428
Yxy68.70440.27440.2935
Hunter Lab82.8881-6.7346-14.3259
CIE-Lab86.3575-2.4264-18.6655

#bfdbfb color RGB value is (191,219,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11011011 11111011
Octal 277 333 373
Decimal 191 219 251
Hex BF DB FB

RGB Percentages of Color #bfdbfb

%28.90
%33.13
%37.97

CMYK Percentages of Color #bfdbfb

%24
%13
%0
%2

Triadic Colors of #bfdbfb

#bfdbfb #fbbfdb #dbfbbf

Analogous Colors of #bfdbfb

#bfdbfb #c1bffb #bff9fb

Monochromatic Colors of #bfdbfb

#bfdbfb

Complementary Color

#bfdbfb #fbdfbf

#bfdbfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfdbfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfdbfb Color CSS Codes

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

#bfdbfb Text Font Color

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

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


#bfdbfb Background Color

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

This div background color is #bfdbfb


#bfdbfb Border Color

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

This div border color is #bfdbfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfdbfb

Related Colors


Comments

No comments written yet.

Please login to write comment.