Color Hex Logo

#bfdceb Color Hex

#BFDCEB
(191,220,235)
0 Favorites   0 Comments

Color spaces of #bfdceb

RGB 191220235
HSL0.560.520.84
HSV200°19°92°
CMYK 0.190.060.00   0.08
XYZ62.074568.260988.5013
Yxy68.26090.28370.3119
Hunter Lab82.6202-10.4739-5.6763
CIE-Lab86.1367-6.4392-10.5515

#bfdceb color RGB value is (191,220,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11011100 11101011
Octal 277 334 353
Decimal 191 220 235
Hex BF DC EB

RGB Percentages of Color #bfdceb

%29.57
%34.06
%36.38

CMYK Percentages of Color #bfdceb

%19
%6
%0
%8

Triadic Colors of #bfdceb

#bfdceb #ebbfdc #dcebbf

Analogous Colors of #bfdceb

#bfdceb #bfc6eb #bfebe4

Monochromatic Colors of #bfdceb

#bfdceb

Complementary Color

#bfdceb #ebcebf

#bfdceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfdceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfdceb Color CSS Codes

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

#bfdceb Text Font Color

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

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


#bfdceb Background Color

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

This div background color is #bfdceb


#bfdceb Border Color

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

This div border color is #bfdceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfdceb


Comments

No comments written yet.

Please login to write comment.