Color Hex Logo

#bfdfee Color Hex

#BFDFEE
(191,223,238)
0 Favorites   0 Comments

Color spaces of #bfdfee

RGB 191223238
HSL0.550.580.84
HSV199°20°93°
CMYK 0.200.060.00   0.07
XYZ63.306270.024891.0685
Yxy70.02480.28210.3121
Hunter Lab83.6808-11.4027-5.9478
CIE-Lab87.0090-7.3486-10.8352

#bfdfee color RGB value is (191,223,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11011111 11101110
Octal 277 337 356
Decimal 191 223 238
Hex BF DF EE

RGB Percentages of Color #bfdfee

%29.29
%34.20
%36.50

CMYK Percentages of Color #bfdfee

%20
%6
%0
%7

Triadic Colors of #bfdfee

#bfdfee #eebfdf #dfeebf

Analogous Colors of #bfdfee

#bfdfee #bfc8ee #bfeee6

Monochromatic Colors of #bfdfee

#bfdfee

Complementary Color

#bfdfee #eecebf

#bfdfee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfdfee Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfdfee Color CSS Codes

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

#bfdfee Text Font Color

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

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


#bfdfee Background Color

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

This div background color is #bfdfee


#bfdfee Border Color

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

This div border color is #bfdfee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfdfee


Comments

No comments written yet.

Please login to write comment.