Color Hex Logo

#bfddfb Color Hex

#BFDDFB
(191,221,251)
0 Favorites   0 Comments

Color spaces of #bfddfb

RGB 191221251
HSL0.580.880.87
HSV210°24°98°
CMYK 0.240.120.00   0.02
XYZ64.754969.7543101.3178
Yxy69.75430.27460.2958
Hunter Lab83.5190-7.7617-13.4620
CIE-Lab86.8762-3.4704-17.8836

#bfddfb color RGB value is (191,221,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11011101 11111011
Octal 277 335 373
Decimal 191 221 251
Hex BF DD FB

RGB Percentages of Color #bfddfb

%28.81
%33.33
%37.86

CMYK Percentages of Color #bfddfb

%24
%12
%0
%2

Triadic Colors of #bfddfb

#bfddfb #fbbfdd #ddfbbf

Analogous Colors of #bfddfb

#bfddfb #bfbffb #bffbfb

Monochromatic Colors of #bfddfb

#bfddfb

Complementary Color

#bfddfb #fbddbf

#bfddfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfddfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfddfb Color CSS Codes

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

#bfddfb Text Font Color

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

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


#bfddfb Background Color

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

This div background color is #bfddfb


#bfddfb Border Color

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

This div border color is #bfddfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfddfb


Comments

No comments written yet.

Please login to write comment.