Color Hex Logo

#b4bffe Color Hex

#B4BFFE
(180,191,254)
0 Favorites   0 Comments

Color spaces of #b4bffe

RGB 180191254
HSL0.640.970.85
HSV231°29°100°
CMYK 0.290.250.00   0.00
XYZ55.342654.1207101.2954
Yxy54.12070.26260.2568
Hunter Lab73.56685.5396-30.1407
CIE-Lab78.532110.0540-32.2557

#b4bffe color RGB value is (180,191,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 10111111 11111110
Octal 264 277 376
Decimal 180 191 254
Hex B4 BF FE

RGB Percentages of Color #b4bffe

%28.80
%30.56
%40.64

CMYK Percentages of Color #b4bffe

%29
%25
%0
%0

Triadic Colors of #b4bffe

#b4bffe #feb4bf #bffeb4

Analogous Colors of #b4bffe

#b4bffe #ceb4fe #b4e4fe

Monochromatic Colors of #b4bffe

#b4bffe

Complementary Color

#b4bffe #fef3b4

#b4bffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4bffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4bffe Color CSS Codes

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

#b4bffe Text Font Color

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

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


#b4bffe Background Color

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

This div background color is #b4bffe


#b4bffe Border Color

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

This div border color is #b4bffe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4bffe


Comments

No comments written yet.

Please login to write comment.