Color Hex Logo

#bfcff1 Color Hex

#BFCFF1
(191,207,241)
0 Favorites   0 Comments

Color spaces of #bfcff1

RGB 191207241
HSL0.610.640.85
HSV221°21°95°
CMYK 0.210.140.00   0.05
XYZ59.675962.052992.0512
Yxy62.05290.27910.2903
Hunter Lab78.7737-2.6292-14.1419
CIE-Lab82.94151.6722-18.5234

#bfcff1 color RGB value is (191,207,241).

#bfcff1 hex color red value is 191, green value is 207 and the blue value of its RGB is 241. Cylindrical-coordinate representations (also known as HSL) of color #bfcff1 hue: 0.61 , saturation: 0.64 and the lightness value of bfcff1 is 0.85.

The process color (four color CMYK) of #bfcff1 color hex is 0.21, 0.14, 0.00, 0.05. Web safe color of #bfcff1 is #ccccff. Color #bfcff1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11001111 11110001
Octal 277 317 361
Decimal 191 207 241
Hex BF CF F1

RGB Percentages of Color #bfcff1

%29.89
%32.39
%37.72

CMYK Percentages of Color #bfcff1

%21
%14
%0
%5

Triadic Colors of #bfcff1

#bfcff1 #f1bfcf #cff1bf

Analogous Colors of #bfcff1

#bfcff1 #c8bff1 #bfe8f1

Monochromatic Colors of #bfcff1

#bfcff1

Complementary Color

#bfcff1 #f1e1bf

#bfcff1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfcff1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfcff1 Color CSS Codes

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

#bfcff1 Text Font Color

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

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


#bfcff1 Background Color

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

This div background color is #bfcff1


#bfcff1 Border Color

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

This div border color is #bfcff1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfcff1


Comments

No comments written yet.

Please login to write comment.