Color Hex Logo

#bfd9f0 Color Hex

#BFD9F0
(191,217,240)
0 Favorites   0 Comments

Color spaces of #bfd9f0

RGB 191217240
HSL0.580.620.85
HSV208°20°94°
CMYK 0.200.100.00   0.06
XYZ62.026966.993392.0999
Yxy66.99330.28050.3030
Hunter Lab81.8494-7.9662-9.4206
CIE-Lab85.5006-3.8079-14.1447

#bfd9f0 color RGB value is (191,217,240).

#bfd9f0 hex color red value is 191, green value is 217 and the blue value of its RGB is 240. Cylindrical-coordinate representations (also known as HSL) of color #bfd9f0 hue: 0.58 , saturation: 0.62 and the lightness value of bfd9f0 is 0.85.

The process color (four color CMYK) of #bfd9f0 color hex is 0.20, 0.10, 0.00, 0.06. Web safe color of #bfd9f0 is #ccccff. Color #bfd9f0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11011001 11110000
Octal 277 331 360
Decimal 191 217 240
Hex BF D9 F0

RGB Percentages of Color #bfd9f0

%29.48
%33.49
%37.04

CMYK Percentages of Color #bfd9f0

%20
%10
%0
%6

Triadic Colors of #bfd9f0

#bfd9f0 #f0bfd9 #d9f0bf

Analogous Colors of #bfd9f0

#bfd9f0 #bfc1f0 #bff0ef

Monochromatic Colors of #bfd9f0

#bfd9f0

Complementary Color

#bfd9f0 #f0d6bf

#bfd9f0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfd9f0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfd9f0 Color CSS Codes

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

#bfd9f0 Text Font Color

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

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


#bfd9f0 Background Color

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

This div background color is #bfd9f0


#bfd9f0 Border Color

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

This div border color is #bfd9f0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfd9f0


Comments

No comments written yet.

Please login to write comment.