Color Hex Logo

#bfdeef Color Hex

#BFDEEF
(191,222,239)
0 Favorites   0 Comments

Color spaces of #bfdeef

RGB 191222239
HSL0.560.600.84
HSV201°20°94°
CMYK 0.200.070.00   0.06
XYZ63.187169.550991.7557
Yxy69.55090.28150.3098
Hunter Lab83.3972-10.7019-6.8543
CIE-Lab86.7761-6.6187-11.7095

#bfdeef color RGB value is (191,222,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11011110 11101111
Octal 277 336 357
Decimal 191 222 239
Hex BF DE EF

RGB Percentages of Color #bfdeef

%29.29
%34.05
%36.66

CMYK Percentages of Color #bfdeef

%20
%7
%0
%6

Triadic Colors of #bfdeef

#bfdeef #efbfde #deefbf

Analogous Colors of #bfdeef

#bfdeef #bfc6ef #bfefe8

Monochromatic Colors of #bfdeef

#bfdeef

Complementary Color

#bfdeef #efd0bf

#bfdeef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfdeef Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfdeef Color CSS Codes

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

#bfdeef Text Font Color

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

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


#bfdeef Background Color

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

This div background color is #bfdeef


#bfdeef Border Color

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

This div border color is #bfdeef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfdeef

Related Colors


Comments

No comments written yet.

Please login to write comment.