Color Hex Logo

#bfd1dc Color Hex

#BFD1DC
(191,209,220)
0 Favorites   0 Comments

Color spaces of #bfd1dc

RGB 191209220
HSL0.560.290.81
HSV203°13°86°
CMYK 0.130.050.00   0.14
XYZ57.204661.844676.6323
Yxy61.84460.29230.3160
Hunter Lab78.6413-7.7794-2.7264
CIE-Lab82.8307-3.8437-7.5041

#bfd1dc color RGB value is (191,209,220).

#bfd1dc hex color red value is 191, green value is 209 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #bfd1dc hue: 0.56 , saturation: 0.29 and the lightness value of bfd1dc is 0.81.

The process color (four color CMYK) of #bfd1dc color hex is 0.13, 0.05, 0.00, 0.14. Web safe color of #bfd1dc is #cccccc. Color #bfd1dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11010001 11011100
Octal 277 321 334
Decimal 191 209 220
Hex BF D1 DC

RGB Percentages of Color #bfd1dc

%30.81
%33.71
%35.48

CMYK Percentages of Color #bfd1dc

%13
%5
%0
%14

Triadic Colors of #bfd1dc

#bfd1dc #dcbfd1 #d1dcbf

Analogous Colors of #bfd1dc

#bfd1dc #bfc3dc #bfdcd9

Monochromatic Colors of #bfd1dc

#bfd1dc

Complementary Color

#bfd1dc #dccabf

#bfd1dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfd1dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfd1dc Color CSS Codes

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

#bfd1dc Text Font Color

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

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


#bfd1dc Background Color

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

This div background color is #bfd1dc


#bfd1dc Border Color

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

This div border color is #bfd1dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfd1dc


Comments

No comments written yet.

Please login to write comment.