Color Hex Logo

#bfd4dd Color Hex

#BFD4DD
(191,212,221)
1 Favorites   0 Comments

Color spaces of #bfd4dd

RGB 191212221
HSL0.550.310.81
HSV198°14°87°
CMYK 0.140.040.00   0.13
XYZ58.080563.383877.5797
Yxy63.38380.29180.3184
Hunter Lab79.6139-9.1039-2.0453
CIE-Lab83.6439-5.2052-6.8322

#bfd4dd color RGB value is (191,212,221).

#bfd4dd hex color red value is 191, green value is 212 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #bfd4dd hue: 0.55 , saturation: 0.31 and the lightness value of bfd4dd is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11010100 11011101
Octal 277 324 335
Decimal 191 212 221
Hex BF D4 DD

RGB Percentages of Color #bfd4dd

%30.61
%33.97
%35.42

CMYK Percentages of Color #bfd4dd

%14
%4
%0
%13

Triadic Colors of #bfd4dd

#bfd4dd #ddbfd4 #d4ddbf

Analogous Colors of #bfd4dd

#bfd4dd #bfc5dd #bfddd7

Monochromatic Colors of #bfd4dd

#bfd4dd

Complementary Color

#bfd4dd #ddc8bf

#bfd4dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfd4dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfd4dd Color CSS Codes

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

#bfd4dd Text Font Color

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

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


#bfd4dd Background Color

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

This div background color is #bfd4dd


#bfd4dd Border Color

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

This div border color is #bfd4dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfd4dd

#bfd4dd Color Palettes


Comments

No comments written yet.

Please login to write comment.