Color Hex Logo

#b5bcfe Color Hex

#B5BCFE
(181,188,254)
0 Favorites   0 Comments

Color spaces of #b5bcfe

RGB 181188254
HSL0.650.970.85
HSV234°29°100°
CMYK 0.290.260.00   0.00
XYZ54.928752.9460101.0905
Yxy52.94600.26290.2534
Hunter Lab72.76407.4106-31.4364
CIE-Lab77.843111.9802-33.3118

#b5bcfe color RGB value is (181,188,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 10111100 11111110
Octal 265 274 376
Decimal 181 188 254
Hex B5 BC FE

RGB Percentages of Color #b5bcfe

%29.05
%30.18
%40.77

CMYK Percentages of Color #b5bcfe

%29
%26
%0
%0

Triadic Colors of #b5bcfe

#b5bcfe #feb5bc #bcfeb5

Analogous Colors of #b5bcfe

#b5bcfe #d3b5fe #b5e1fe

Monochromatic Colors of #b5bcfe

#b5bcfe

Complementary Color

#b5bcfe #fef7b5

#b5bcfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5bcfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5bcfe Color CSS Codes

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

#b5bcfe Text Font Color

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

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


#b5bcfe Background Color

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

This div background color is #b5bcfe


#b5bcfe Border Color

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

This div border color is #b5bcfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5bcfe


Comments

No comments written yet.

Please login to write comment.