Color Hex Logo

#bfd3fd Color Hex

#BFD3FD
(191,211,253)
0 Favorites   0 Comments

Color spaces of #bfd3fd

RGB 191211253
HSL0.610.940.87
HSV221°25°99°
CMYK 0.250.170.00   0.01
XYZ62.509764.7567102.1332
Yxy64.75670.27250.2823
Hunter Lab80.4715-2.1677-18.9198
CIE-Lab84.35822.2383-22.7474

#bfd3fd color RGB value is (191,211,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11010011 11111101
Octal 277 323 375
Decimal 191 211 253
Hex BF D3 FD

RGB Percentages of Color #bfd3fd

%29.16
%32.21
%38.63

CMYK Percentages of Color #bfd3fd

%25
%17
%0
%1

Triadic Colors of #bfd3fd

#bfd3fd #fdbfd3 #d3fdbf

Analogous Colors of #bfd3fd

#bfd3fd #cabffd #bff2fd

Monochromatic Colors of #bfd3fd

#bfd3fd

Complementary Color

#bfd3fd #fde9bf

#bfd3fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfd3fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfd3fd Color CSS Codes

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

#bfd3fd Text Font Color

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

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


#bfd3fd Background Color

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

This div background color is #bfd3fd


#bfd3fd Border Color

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

This div border color is #bfd3fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfd3fd


Comments

No comments written yet.

Please login to write comment.