Color Hex Logo

#bfd7dc Color Hex

#BFD7DC
(191,215,220)
0 Favorites   0 Comments

Color spaces of #bfd7dc

RGB 191215220
HSL0.530.290.81
HSV190°13°86°
CMYK 0.130.020.00   0.14
XYZ58.704664.844677.1323
Yxy64.84460.29250.3231
Hunter Lab80.5261-10.7919-0.4229
CIE-Lab84.4036-6.9654-5.1783

#bfd7dc color RGB value is (191,215,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11010111 11011100
Octal 277 327 334
Decimal 191 215 220
Hex BF D7 DC

RGB Percentages of Color #bfd7dc

%30.51
%34.35
%35.14

CMYK Percentages of Color #bfd7dc

%13
%2
%0
%14

Triadic Colors of #bfd7dc

#bfd7dc #dcbfd7 #d7dcbf

Analogous Colors of #bfd7dc

#bfd7dc #bfc9dc #bfdcd3

Monochromatic Colors of #bfd7dc

#bfd7dc

Complementary Color

#bfd7dc #dcc4bf

#bfd7dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfd7dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfd7dc Color CSS Codes

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

#bfd7dc Text Font Color

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

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


#bfd7dc Background Color

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

This div background color is #bfd7dc


#bfd7dc Border Color

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

This div border color is #bfd7dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfd7dc

#bfd7dc Color Palettes


Comments

No comments written yet.

Please login to write comment.