Color Hex Logo

#bfd9df Color Hex

#BFD9DF
(191,217,223)
0 Favorites   0 Comments

Color spaces of #bfd9df

RGB 191217223
HSL0.530.330.81
HSV191°14°87°
CMYK 0.140.030.00   0.13
XYZ59.618066.029879.4149
Yxy66.02980.29070.3220
Hunter Lab81.2587-11.2407-1.0636
CIE-Lab85.0116-7.3891-5.8717

#bfd9df color RGB value is (191,217,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11011001 11011111
Octal 277 331 337
Decimal 191 217 223
Hex BF D9 DF

RGB Percentages of Color #bfd9df

%30.27
%34.39
%35.34

CMYK Percentages of Color #bfd9df

%14
%3
%0
%13

Triadic Colors of #bfd9df

#bfd9df #dfbfd9 #d9dfbf

Analogous Colors of #bfd9df

#bfd9df #bfc9df #bfdfd5

Monochromatic Colors of #bfd9df

#bfd9df

Complementary Color

#bfd9df #dfc5bf

#bfd9df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfd9df Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfd9df Color CSS Codes

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

#bfd9df Text Font Color

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

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


#bfd9df Background Color

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

This div background color is #bfd9df


#bfd9df Border Color

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

This div border color is #bfd9df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfd9df


Comments

No comments written yet.

Please login to write comment.