Color Hex Logo

#bfcceb Color Hex

#BFCCEB
(191,204,235)
0 Favorites   0 Comments

Color spaces of #bfcceb

RGB 191204235
HSL0.620.520.84
HSV222°19°92°
CMYK 0.190.130.00   0.08
XYZ58.074160.260387.1678
Yxy60.26030.28260.2932
Hunter Lab77.6275-2.3101-12.2374
CIE-Lab81.97951.9535-16.7770

#bfcceb color RGB value is (191,204,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11001100 11101011
Octal 277 314 353
Decimal 191 204 235
Hex BF CC EB

RGB Percentages of Color #bfcceb

%30.32
%32.38
%37.30

CMYK Percentages of Color #bfcceb

%19
%13
%0
%8

Triadic Colors of #bfcceb

#bfcceb #ebbfcc #ccebbf

Analogous Colors of #bfcceb

#bfcceb #c8bfeb #bfe2eb

Monochromatic Colors of #bfcceb

#bfcceb

Complementary Color

#bfcceb #ebdebf

#bfcceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfcceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfcceb Color CSS Codes

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

#bfcceb Text Font Color

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

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


#bfcceb Background Color

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

This div background color is #bfcceb


#bfcceb Border Color

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

This div border color is #bfcceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfcceb


Comments

No comments written yet.

Please login to write comment.