Color Hex Logo

#bfdafb Color Hex

#BFDAFB
(191,218,251)
0 Favorites   0 Comments

Color spaces of #bfdafb

RGB 191218251
HSL0.590.880.87
HSV213°24°98°
CMYK 0.240.130.00   0.02
XYZ63.969868.1842101.0561
Yxy68.18420.27430.2924
Hunter Lab82.5737-6.2202-14.7592
CIE-Lab86.0985-1.9033-19.0563

#bfdafb color RGB value is (191,218,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11011010 11111011
Octal 277 332 373
Decimal 191 218 251
Hex BF DA FB

RGB Percentages of Color #bfdafb

%28.94
%33.03
%38.03

CMYK Percentages of Color #bfdafb

%24
%13
%0
%2

Triadic Colors of #bfdafb

#bfdafb #fbbfda #dafbbf

Analogous Colors of #bfdafb

#bfdafb #c2bffb #bff8fb

Monochromatic Colors of #bfdafb

#bfdafb

Complementary Color

#bfdafb #fbe0bf

#bfdafb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfdafb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfdafb Color CSS Codes

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

#bfdafb Text Font Color

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

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


#bfdafb Background Color

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

This div background color is #bfdafb


#bfdafb Border Color

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

This div border color is #bfdafb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfdafb


Comments

No comments written yet.

Please login to write comment.