Color Hex Logo

#bfd3e1 Color Hex

#BFD3E1
(191,211,225)
0 Favorites   0 Comments

Color spaces of #bfd3e1

RGB 191211225
HSL0.570.360.82
HSV205°15°88°
CMYK 0.150.060.00   0.12
XYZ58.370763.101180.3374
Yxy63.10110.28920.3127
Hunter Lab79.4362-7.8494-4.3573
CIE-Lab83.4955-3.8602-9.1800

#bfd3e1 color RGB value is (191,211,225).

#bfd3e1 hex color red value is 191, green value is 211 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #bfd3e1 hue: 0.57 , saturation: 0.36 and the lightness value of bfd3e1 is 0.82.

The process color (four color CMYK) of #bfd3e1 color hex is 0.15, 0.06, 0.00, 0.12. Web safe color of #bfd3e1 is #cccccc. Color #bfd3e1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11010011 11100001
Octal 277 323 341
Decimal 191 211 225
Hex BF D3 E1

RGB Percentages of Color #bfd3e1

%30.46
%33.65
%35.89

CMYK Percentages of Color #bfd3e1

%15
%6
%0
%12

Triadic Colors of #bfd3e1

#bfd3e1 #e1bfd3 #d3e1bf

Analogous Colors of #bfd3e1

#bfd3e1 #bfc2e1 #bfe1de

Monochromatic Colors of #bfd3e1

#bfd3e1

Complementary Color

#bfd3e1 #e1cdbf

#bfd3e1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfd3e1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfd3e1 Color CSS Codes

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

#bfd3e1 Text Font Color

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

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


#bfd3e1 Background Color

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

This div background color is #bfd3e1


#bfd3e1 Border Color

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

This div border color is #bfd3e1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfd3e1


Comments

No comments written yet.

Please login to write comment.