Color Hex Logo

#bfd8dc Color Hex

#BFD8DC
(191,216,220)
0 Favorites   0 Comments

Color spaces of #bfd8dc

RGB 191216220
HSL0.520.290.81
HSV188°13°86°
CMYK 0.130.020.00   0.14
XYZ58.960065.355477.2175
Yxy65.35540.29260.3243
Hunter Lab80.8427-11.2915-0.0414
CIE-Lab84.6665-7.4821-4.7906

#bfd8dc color RGB value is (191,216,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11011000 11011100
Octal 277 330 334
Decimal 191 216 220
Hex BF D8 DC

RGB Percentages of Color #bfd8dc

%30.46
%34.45
%35.09

CMYK Percentages of Color #bfd8dc

%13
%2
%0
%14

Triadic Colors of #bfd8dc

#bfd8dc #dcbfd8 #d8dcbf

Analogous Colors of #bfd8dc

#bfd8dc #bfcadc #bfdcd2

Monochromatic Colors of #bfd8dc

#bfd8dc

Complementary Color

#bfd8dc #dcc3bf

#bfd8dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfd8dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfd8dc Color CSS Codes

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

#bfd8dc Text Font Color

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

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


#bfd8dc Background Color

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

This div background color is #bfd8dc


#bfd8dc Border Color

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

This div border color is #bfd8dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfd8dc


Comments

No comments written yet.

Please login to write comment.