Color Hex Logo

#bfd1eb Color Hex

#BFD1EB
(191,209,235)
0 Favorites   0 Comments

Color spaces of #bfd1eb

RGB 191209235
HSL0.600.520.84
HSV215°19°92°
CMYK 0.190.110.00   0.08
XYZ59.281762.675587.5704
Yxy62.67550.28290.2991
Hunter Lab79.1679-4.8811-10.1653
CIE-Lab83.2713-0.6942-14.8351

#bfd1eb color RGB value is (191,209,235).

#bfd1eb hex color red value is 191, green value is 209 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #bfd1eb hue: 0.60 , saturation: 0.52 and the lightness value of bfd1eb is 0.84.

The process color (four color CMYK) of #bfd1eb color hex is 0.19, 0.11, 0.00, 0.08. Web safe color of #bfd1eb is #ccccff. Color #bfd1eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11010001 11101011
Octal 277 321 353
Decimal 191 209 235
Hex BF D1 EB

RGB Percentages of Color #bfd1eb

%30.08
%32.91
%37.01

CMYK Percentages of Color #bfd1eb

%19
%11
%0
%8

Triadic Colors of #bfd1eb

#bfd1eb #ebbfd1 #d1ebbf

Analogous Colors of #bfd1eb

#bfd1eb #c3bfeb #bfe7eb

Monochromatic Colors of #bfd1eb

#bfd1eb

Complementary Color

#bfd1eb #ebd9bf

#bfd1eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfd1eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfd1eb Color CSS Codes

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

#bfd1eb Text Font Color

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

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


#bfd1eb Background Color

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

This div background color is #bfd1eb


#bfd1eb Border Color

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

This div border color is #bfd1eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfd1eb


Comments

No comments written yet.

Please login to write comment.