Color Hex Logo

#bfdbf6 Color Hex

#BFDBF6
(191,219,246)
0 Favorites   0 Comments

Color spaces of #bfdbf6

RGB 191219246
HSL0.580.750.86
HSV209°22°96°
CMYK 0.220.110.00   0.04
XYZ63.451968.393297.0457
Yxy68.39320.27720.2988
Hunter Lab82.7002-7.7708-11.6846
CIE-Lab86.2027-3.5382-16.2610

#bfdbf6 color RGB value is (191,219,246).

#bfdbf6 hex color red value is 191, green value is 219 and the blue value of its RGB is 246. Cylindrical-coordinate representations (also known as HSL) of color #bfdbf6 hue: 0.58 , saturation: 0.75 and the lightness value of bfdbf6 is 0.86.

The process color (four color CMYK) of #bfdbf6 color hex is 0.22, 0.11, 0.00, 0.04. Web safe color of #bfdbf6 is #ccccff. Color #bfdbf6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11011011 11110110
Octal 277 333 366
Decimal 191 219 246
Hex BF DB F6

RGB Percentages of Color #bfdbf6

%29.12
%33.38
%37.50

CMYK Percentages of Color #bfdbf6

%22
%11
%0
%4

Triadic Colors of #bfdbf6

#bfdbf6 #f6bfdb #dbf6bf

Analogous Colors of #bfdbf6

#bfdbf6 #bfc0f6 #bff6f6

Monochromatic Colors of #bfdbf6

#bfdbf6

Complementary Color

#bfdbf6 #f6dabf

#bfdbf6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfdbf6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfdbf6 Color CSS Codes

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

#bfdbf6 Text Font Color

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

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


#bfdbf6 Background Color

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

This div background color is #bfdbf6


#bfdbf6 Border Color

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

This div border color is #bfdbf6


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(191,219,246, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #bfdbf6">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfdbf6

#bfdbf6 Color Palettes


Comments

No comments written yet.

Please login to write comment.