Color Hex Logo

#bfd2fb Color Hex

#BFD2FB
(191,210,251)
0 Favorites   0 Comments

Color spaces of #bfd2fb

RGB 191210251
HSL0.610.880.87
HSV221°24°98°
CMYK 0.240.160.00   0.02
XYZ61.945064.1346100.3811
Yxy64.13460.27350.2832
Hunter Lab80.0841-2.0775-18.2580
CIE-Lab84.03582.3147-22.1773

#bfd2fb color RGB value is (191,210,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11010010 11111011
Octal 277 322 373
Decimal 191 210 251
Hex BF D2 FB

RGB Percentages of Color #bfd2fb

%29.29
%32.21
%38.50

CMYK Percentages of Color #bfd2fb

%24
%16
%0
%2

Triadic Colors of #bfd2fb

#bfd2fb #fbbfd2 #d2fbbf

Analogous Colors of #bfd2fb

#bfd2fb #cabffb #bff0fb

Monochromatic Colors of #bfd2fb

#bfd2fb

Complementary Color

#bfd2fb #fbe8bf

#bfd2fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfd2fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfd2fb Color CSS Codes

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

#bfd2fb Text Font Color

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

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


#bfd2fb Background Color

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

This div background color is #bfd2fb


#bfd2fb Border Color

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

This div border color is #bfd2fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfd2fb


Comments

No comments written yet.

Please login to write comment.