Color Hex Logo

#bfdbe1 Color Hex

#BFDBE1
(191,219,225)
0 Favorites   0 Comments

Color spaces of #bfdbe1

RGB 191219225
HSL0.530.360.82
HSV191°15°88°
CMYK 0.150.030.00   0.12
XYZ60.408067.175681.0165
Yxy67.17560.28960.3220
Hunter Lab81.9607-11.8703-1.2344
CIE-Lab85.5925-8.0109-6.0723

#bfdbe1 color RGB value is (191,219,225).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11011011 11100001
Octal 277 333 341
Decimal 191 219 225
Hex BF DB E1

RGB Percentages of Color #bfdbe1

%30.08
%34.49
%35.43

CMYK Percentages of Color #bfdbe1

%15
%3
%0
%12

Triadic Colors of #bfdbe1

#bfdbe1 #e1bfdb #dbe1bf

Analogous Colors of #bfdbe1

#bfdbe1 #bfcae1 #bfe1d6

Monochromatic Colors of #bfdbe1

#bfdbe1

Complementary Color

#bfdbe1 #e1c5bf

#bfdbe1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfdbe1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfdbe1 Color CSS Codes

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

#bfdbe1 Text Font Color

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

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


#bfdbe1 Background Color

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

This div background color is #bfdbe1


#bfdbe1 Border Color

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

This div border color is #bfdbe1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfdbe1

#bfdbe1 Color Palettes


Comments

No comments written yet.

Please login to write comment.