Color Hex Logo

#bfdcef Color Hex

#BFDCEF
(191,220,239)
0 Favorites   0 Comments

Color spaces of #bfdcef

RGB 191220239
HSL0.570.600.84
HSV204°20°94°
CMYK 0.200.080.00   0.06
XYZ62.659068.494891.5797
Yxy68.49480.28130.3075
Hunter Lab82.7616-9.6900-7.6741
CIE-Lab86.2533-5.5841-12.4901

#bfdcef color RGB value is (191,220,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11011100 11101111
Octal 277 334 357
Decimal 191 220 239
Hex BF DC EF

RGB Percentages of Color #bfdcef

%29.38
%33.85
%36.77

CMYK Percentages of Color #bfdcef

%20
%8
%0
%6

Triadic Colors of #bfdcef

#bfdcef #efbfdc #dcefbf

Analogous Colors of #bfdcef

#bfdcef #bfc4ef #bfefea

Monochromatic Colors of #bfdcef

#bfdcef

Complementary Color

#bfdcef #efd2bf

#bfdcef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfdcef Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfdcef Color CSS Codes

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

#bfdcef Text Font Color

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

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


#bfdcef Background Color

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

This div background color is #bfdcef


#bfdcef Border Color

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

This div border color is #bfdcef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfdcef


Comments

No comments written yet.

Please login to write comment.