Color Hex Logo

#bfcefb Color Hex

#BFCEFB
(191,206,251)
0 Favorites   0 Comments

Color spaces of #bfcefb

RGB 191206251
HSL0.630.880.87
HSV225°24°98°
CMYK 0.240.180.00   0.02
XYZ60.969862.1840100.0561
Yxy62.18400.27320.2786
Hunter Lab78.85680.0115-20.0293
CIE-Lab83.01124.4443-23.7336

#bfcefb color RGB value is (191,206,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11001110 11111011
Octal 277 316 373
Decimal 191 206 251
Hex BF CE FB

RGB Percentages of Color #bfcefb

%29.48
%31.79
%38.73

CMYK Percentages of Color #bfcefb

%24
%18
%0
%2

Triadic Colors of #bfcefb

#bfcefb #fbbfce #cefbbf

Analogous Colors of #bfcefb

#bfcefb #cebffb #bfecfb

Monochromatic Colors of #bfcefb

#bfcefb

Complementary Color

#bfcefb #fbecbf

#bfcefb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfcefb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfcefb Color CSS Codes

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

#bfcefb Text Font Color

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

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


#bfcefb Background Color

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

This div background color is #bfcefb


#bfcefb Border Color

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

This div border color is #bfcefb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfcefb

#bfcefb Color Palettes


Comments

No comments written yet.

Please login to write comment.