Color Hex Logo

#bfdefb Color Hex

#BFDEFB
(191,222,251)
0 Favorites   0 Comments

Color spaces of #bfdefb

RGB 191222251
HSL0.580.880.87
HSV209°24°98°
CMYK 0.240.120.00   0.02
XYZ65.019770.2840101.4060
Yxy70.28400.27470.2969
Hunter Lab83.8356-8.2743-13.0312
CIE-Lab87.1360-3.9911-17.4924

#bfdefb color RGB value is (191,222,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11011110 11111011
Octal 277 336 373
Decimal 191 222 251
Hex BF DE FB

RGB Percentages of Color #bfdefb

%28.77
%33.43
%37.80

CMYK Percentages of Color #bfdefb

%24
%12
%0
%2

Triadic Colors of #bfdefb

#bfdefb #fbbfde #defbbf

Analogous Colors of #bfdefb

#bfdefb #bfc0fb #bffbfa

Monochromatic Colors of #bfdefb

#bfdefb

Complementary Color

#bfdefb #fbdcbf

#bfdefb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfdefb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfdefb Color CSS Codes

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

#bfdefb Text Font Color

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

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


#bfdefb Background Color

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

This div background color is #bfdefb


#bfdefb Border Color

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

This div border color is #bfdefb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfdefb

Related Colors


Comments

No comments written yet.

Please login to write comment.