Color Hex Logo

#bcbdfe Color Hex

#BCBDFE
(188,189,254)
0 Favorites   0 Comments

Color spaces of #bcbdfe

RGB 188189254
HSL0.660.970.87
HSV239°26°100°
CMYK 0.260.260.00   0.00
XYZ56.826054.2423101.2407
Yxy54.24230.26770.2555
Hunter Lab73.64948.8397-29.9473
CIE-Lab78.602813.4466-32.0985

#bcbdfe color RGB value is (188,189,254).

#bcbdfe hex color red value is 188, green value is 189 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #bcbdfe hue: 0.66 , saturation: 0.97 and the lightness value of bcbdfe is 0.87.

The process color (four color CMYK) of #bcbdfe color hex is 0.26, 0.26, 0.00, 0.00. Web safe color of #bcbdfe is #ccccff. Color #bcbdfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10111101 11111110
Octal 274 275 376
Decimal 188 189 254
Hex BC BD FE

RGB Percentages of Color #bcbdfe

%29.79
%29.95
%40.25

CMYK Percentages of Color #bcbdfe

%26
%26
%0
%0

Triadic Colors of #bcbdfe

#bcbdfe #febcbd #bdfebc

Analogous Colors of #bcbdfe

#bcbdfe #dcbcfe #bcdefe

Monochromatic Colors of #bcbdfe

#bcbdfe

Complementary Color

#bcbdfe #fefdbc

#bcbdfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcbdfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcbdfe Color CSS Codes

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

#bcbdfe Text Font Color

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

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


#bcbdfe Background Color

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

This div background color is #bcbdfe


#bcbdfe Border Color

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

This div border color is #bcbdfe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(188,189,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bcbdfe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bcbdfe;
  -webkit-box-shadow: 1px 1px 3px 2px #bcbdfe;
  box-shadow:         1px 1px 3px 2px #bcbdfe; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,189,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcbdfe


Comments

No comments written yet.

Please login to write comment.