Color Hex Logo

#b4bafc Color Hex

#B4BAFC
(180,186,252)
0 Favorites   0 Comments

Color spaces of #b4bafc

RGB 180186252
HSL0.650.920.85
HSV235°29°99°
CMYK 0.290.260.00   0.01
XYZ53.952051.849499.2598
Yxy51.84940.26310.2528
Hunter Lab72.00657.7325-31.3257
CIE-Lab77.190712.3090-33.2517

#b4bafc color RGB value is (180,186,252).

#b4bafc hex color red value is 180, green value is 186 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #b4bafc hue: 0.65 , saturation: 0.92 and the lightness value of b4bafc is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 10111010 11111100
Octal 264 272 374
Decimal 180 186 252
Hex B4 BA FC

RGB Percentages of Color #b4bafc

%29.13
%30.10
%40.78

CMYK Percentages of Color #b4bafc

%29
%26
%0
%1

Triadic Colors of #b4bafc

#b4bafc #fcb4ba #bafcb4

Analogous Colors of #b4bafc

#b4bafc #d2b4fc #b4defc

Monochromatic Colors of #b4bafc

#b4bafc

Complementary Color

#b4bafc #fcf6b4

#b4bafc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4bafc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4bafc Color CSS Codes

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

#b4bafc Text Font Color

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

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


#b4bafc Background Color

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

This div background color is #b4bafc


#b4bafc Border Color

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

This div border color is #b4bafc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,186,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4bafc


Comments

No comments written yet.

Please login to write comment.