Color Hex Logo

#bfdce4 Color Hex

#BFDCE4
(191,220,228)
0 Favorites   0 Comments

Color spaces of #bfdce4

RGB 191220228
HSL0.540.410.82
HSV193°16°89°
CMYK 0.160.040.00   0.11
XYZ61.082667.864283.2785
Yxy67.86420.28780.3198
Hunter Lab82.3797-11.8110-2.2710
CIE-Lab85.9385-7.9077-7.1470

#bfdce4 color RGB value is (191,220,228).

#bfdce4 hex color red value is 191, green value is 220 and the blue value of its RGB is 228. Cylindrical-coordinate representations (also known as HSL) of color #bfdce4 hue: 0.54 , saturation: 0.41 and the lightness value of bfdce4 is 0.82.

The process color (four color CMYK) of #bfdce4 color hex is 0.16, 0.04, 0.00, 0.11. Web safe color of #bfdce4 is #cccccc. Color #bfdce4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11011100 11100100
Octal 277 334 344
Decimal 191 220 228
Hex BF DC E4

RGB Percentages of Color #bfdce4

%29.89
%34.43
%35.68

CMYK Percentages of Color #bfdce4

%16
%4
%0
%11

Triadic Colors of #bfdce4

#bfdce4 #e4bfdc #dce4bf

Analogous Colors of #bfdce4

#bfdce4 #bfcae4 #bfe4da

Monochromatic Colors of #bfdce4

#bfdce4

Complementary Color

#bfdce4 #e4c7bf

#bfdce4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfdce4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfdce4 Color CSS Codes

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

#bfdce4 Text Font Color

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

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


#bfdce4 Background Color

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

This div background color is #bfdce4


#bfdce4 Border Color

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

This div border color is #bfdce4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfdce4


Comments

No comments written yet.

Please login to write comment.