Color Hex Logo

#b2bafc Color Hex

#B2BAFC
(178,186,252)
0 Favorites   0 Comments

Color spaces of #b2bafc

RGB 178186252
HSL0.650.930.84
HSV234°29°99°
CMYK 0.290.260.00   0.01
XYZ53.489751.611199.2382
Yxy51.61110.26180.2526
Hunter Lab71.84097.1821-31.6123
CIE-Lab77.047711.7395-33.4841

#b2bafc color RGB value is (178,186,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 10111010 11111100
Octal 262 272 374
Decimal 178 186 252
Hex B2 BA FC

RGB Percentages of Color #b2bafc

%28.90
%30.19
%40.91

CMYK Percentages of Color #b2bafc

%29
%26
%0
%1

Triadic Colors of #b2bafc

#b2bafc #fcb2ba #bafcb2

Analogous Colors of #b2bafc

#b2bafc #cfb2fc #b2dffc

Monochromatic Colors of #b2bafc

#b2bafc

Complementary Color

#b2bafc #fcf4b2

#b2bafc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2bafc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2bafc Color CSS Codes

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

#b2bafc Text Font Color

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

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


#b2bafc Background Color

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

This div background color is #b2bafc


#b2bafc Border Color

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

This div border color is #b2bafc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2bafc

Related Colors


Comments

No comments written yet.

Please login to write comment.