Color Hex Logo

#bfdbfc Color Hex

#BFDBFC
(191,219,252)
0 Favorites   0 Comments

Color spaces of #bfdbfc

RGB 191219252
HSL0.590.910.87
HSV212°24°99°
CMYK 0.240.130.00   0.01
XYZ64.388168.7677101.9753
Yxy68.76770.27380.2925
Hunter Lab82.9263-6.5247-14.8611
CIE-Lab86.3889-2.2021-19.1453

#bfdbfc color RGB value is (191,219,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11011011 11111100
Octal 277 333 374
Decimal 191 219 252
Hex BF DB FC

RGB Percentages of Color #bfdbfc

%28.85
%33.08
%38.07

CMYK Percentages of Color #bfdbfc

%24
%13
%0
%1

Triadic Colors of #bfdbfc

#bfdbfc #fcbfdb #dbfcbf

Analogous Colors of #bfdbfc

#bfdbfc #c2bffc #bffafc

Monochromatic Colors of #bfdbfc

#bfdbfc

Complementary Color

#bfdbfc #fce0bf

#bfdbfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfdbfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfdbfc Color CSS Codes

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

#bfdbfc Text Font Color

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

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


#bfdbfc Background Color

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

This div background color is #bfdbfc


#bfdbfc Border Color

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

This div border color is #bfdbfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfdbfc


Comments

No comments written yet.

Please login to write comment.