Color Hex Logo

#bfdbfd Color Hex

#BFDBFD
(191,219,253)
0 Favorites   0 Comments

Color spaces of #bfdbfd

RGB 191219253
HSL0.590.940.87
HSV213°25°99°
CMYK 0.250.130.00   0.01
XYZ64.547068.8313102.8123
Yxy68.83130.27330.2914
Hunter Lab82.9646-6.3140-15.3987
CIE-Lab86.4204-1.9772-19.6248

#bfdbfd color RGB value is (191,219,253).

#bfdbfd hex color red value is 191, green value is 219 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #bfdbfd hue: 0.59 , saturation: 0.94 and the lightness value of bfdbfd is 0.87.

The process color (four color CMYK) of #bfdbfd color hex is 0.25, 0.13, 0.00, 0.01. Web safe color of #bfdbfd is #ccccff. Color #bfdbfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11011011 11111101
Octal 277 333 375
Decimal 191 219 253
Hex BF DB FD

RGB Percentages of Color #bfdbfd

%28.81
%33.03
%38.16

CMYK Percentages of Color #bfdbfd

%25
%13
%0
%1

Triadic Colors of #bfdbfd

#bfdbfd #fdbfdb #dbfdbf

Analogous Colors of #bfdbfd

#bfdbfd #c2bffd #bffafd

Monochromatic Colors of #bfdbfd

#bfdbfd

Complementary Color

#bfdbfd #fde1bf

#bfdbfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfdbfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfdbfd Color CSS Codes

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

#bfdbfd Text Font Color

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

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


#bfdbfd Background Color

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

This div background color is #bfdbfd


#bfdbfd Border Color

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

This div border color is #bfdbfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfdbfd


Comments

No comments written yet.

Please login to write comment.