Color Hex Logo

#bfc7eb Color Hex

#BFC7EB
(191,199,235)
0 Favorites   0 Comments

Color spaces of #bfc7eb

RGB 191199235
HSL0.640.520.84
HSV229°19°92°
CMYK 0.190.150.00   0.08
XYZ56.904757.921486.7780
Yxy57.92140.28230.2873
Hunter Lab76.10610.2791-14.3296
CIE-Lab80.69514.6226-18.7143

#bfc7eb color RGB value is (191,199,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11000111 11101011
Octal 277 307 353
Decimal 191 199 235
Hex BF C7 EB

RGB Percentages of Color #bfc7eb

%30.56
%31.84
%37.60

CMYK Percentages of Color #bfc7eb

%19
%15
%0
%8

Triadic Colors of #bfc7eb

#bfc7eb #ebbfc7 #c7ebbf

Analogous Colors of #bfc7eb

#bfc7eb #cdbfeb #bfddeb

Monochromatic Colors of #bfc7eb

#bfc7eb

Complementary Color

#bfc7eb #ebe3bf

#bfc7eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfc7eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfc7eb Color CSS Codes

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

#bfc7eb Text Font Color

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

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


#bfc7eb Background Color

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

This div background color is #bfc7eb


#bfc7eb Border Color

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

This div border color is #bfc7eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfc7eb


Comments

No comments written yet.

Please login to write comment.