Color Hex Logo

#bfdcf1 Color Hex

#BFDCF1
(191,220,241)
0 Favorites   0 Comments

Color spaces of #bfdcf1

RGB 191220241
HSL0.570.640.85
HSV205°21°95°
CMYK 0.210.090.00   0.05
XYZ62.956268.613693.1447
Yxy68.61360.28020.3053
Hunter Lab82.8333-9.2921-8.6873
CIE-Lab86.3123-5.1519-13.4576

#bfdcf1 color RGB value is (191,220,241).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11011100 11110001
Octal 277 334 361
Decimal 191 220 241
Hex BF DC F1

RGB Percentages of Color #bfdcf1

%29.29
%33.74
%36.96

CMYK Percentages of Color #bfdcf1

%21
%9
%0
%5

Triadic Colors of #bfdcf1

#bfdcf1 #f1bfdc #dcf1bf

Analogous Colors of #bfdcf1

#bfdcf1 #bfc3f1 #bff1ed

Monochromatic Colors of #bfdcf1

#bfdcf1

Complementary Color

#bfdcf1 #f1d4bf

#bfdcf1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfdcf1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfdcf1 Color CSS Codes

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

#bfdcf1 Text Font Color

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

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


#bfdcf1 Background Color

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

This div background color is #bfdcf1


#bfdcf1 Border Color

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

This div border color is #bfdcf1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfdcf1


Comments

No comments written yet.

Please login to write comment.