Color Hex Logo

#bfcbed Color Hex

#BFCBED
(191,203,237)
0 Favorites   0 Comments

Color spaces of #bfcbed

RGB 191203237
HSL0.620.560.84
HSV224°19°93°
CMYK 0.190.140.00   0.07
XYZ58.127959.902788.6195
Yxy59.90270.28130.2899
Hunter Lab77.3968-1.3843-13.7094
CIE-Lab81.78532.9216-18.1371

#bfcbed color RGB value is (191,203,237).

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

The process color (four color CMYK) of #bfcbed color hex is 0.19, 0.14, 0.00, 0.07. Web safe color of #bfcbed is #ccccff. Color #bfcbed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11001011 11101101
Octal 277 313 355
Decimal 191 203 237
Hex BF CB ED

RGB Percentages of Color #bfcbed

%30.27
%32.17
%37.56

CMYK Percentages of Color #bfcbed

%19
%14
%0
%7

Triadic Colors of #bfcbed

#bfcbed #edbfcb #cbedbf

Analogous Colors of #bfcbed

#bfcbed #cabfed #bfe2ed

Monochromatic Colors of #bfcbed

#bfcbed

Complementary Color

#bfcbed #ede1bf

#bfcbed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfcbed Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfcbed Color CSS Codes

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

#bfcbed Text Font Color

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

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


#bfcbed Background Color

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

This div background color is #bfcbed


#bfcbed Border Color

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

This div border color is #bfcbed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfcbed


Comments

No comments written yet.

Please login to write comment.