Color Hex Logo

#bfdcee Color Hex

#BFDCEE
(191,220,238)
0 Favorites   0 Comments

Color spaces of #bfdcee

RGB 191220238
HSL0.560.580.84
HSV203°20°93°
CMYK 0.200.080.00   0.07
XYZ62.511768.435890.8036
Yxy68.43580.28190.3086
Hunter Lab82.7259-9.8872-7.1711
CIE-Lab86.2239-5.7988-12.0059

#bfdcee color RGB value is (191,220,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11011100 11101110
Octal 277 334 356
Decimal 191 220 238
Hex BF DC EE

RGB Percentages of Color #bfdcee

%29.43
%33.90
%36.67

CMYK Percentages of Color #bfdcee

%20
%8
%0
%7

Triadic Colors of #bfdcee

#bfdcee #eebfdc #dceebf

Analogous Colors of #bfdcee

#bfdcee #bfc5ee #bfeee9

Monochromatic Colors of #bfdcee

#bfdcee

Complementary Color

#bfdcee #eed1bf

#bfdcee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfdcee Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfdcee Color CSS Codes

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

#bfdcee Text Font Color

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

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


#bfdcee Background Color

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

This div background color is #bfdcee


#bfdcee Border Color

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

This div border color is #bfdcee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfdcee

#bfdcee Color Palettes


Comments

No comments written yet.

Please login to write comment.