Color Hex Logo

#bfc7ee Color Hex

#BFC7EE
(191,199,238)
0 Favorites   0 Comments

Color spaces of #bfc7ee

RGB 191199238
HSL0.640.580.84
HSV230°20°93°
CMYK 0.200.160.00   0.07
XYZ57.341958.096389.0804
Yxy58.09630.28040.2841
Hunter Lab76.22090.9010-15.9384
CIE-Lab80.79235.2800-20.1723

#bfc7ee color RGB value is (191,199,238).

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

The process color (four color CMYK) of #bfc7ee color hex is 0.20, 0.16, 0.00, 0.07. Web safe color of #bfc7ee is #ccccff. Color #bfc7ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11000111 11101110
Octal 277 307 356
Decimal 191 199 238
Hex BF C7 EE

RGB Percentages of Color #bfc7ee

%30.41
%31.69
%37.90

CMYK Percentages of Color #bfc7ee

%20
%16
%0
%7

Triadic Colors of #bfc7ee

#bfc7ee #eebfc7 #c7eebf

Analogous Colors of #bfc7ee

#bfc7ee #cfbfee #bfdfee

Monochromatic Colors of #bfc7ee

#bfc7ee

Complementary Color

#bfc7ee #eee6bf

#bfc7ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfc7ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfc7ee Color CSS Codes

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

#bfc7ee Text Font Color

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

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


#bfc7ee Background Color

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

This div background color is #bfc7ee


#bfc7ee Border Color

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

This div border color is #bfc7ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfc7ee


Comments

No comments written yet.

Please login to write comment.