Color Hex Logo

#b0bdfc Color Hex

#B0BDFC
(176,189,252)
0 Favorites   0 Comments

Color spaces of #b0bdfc

RGB 176189252
HSL0.640.930.84
HSV230°30°99°
CMYK 0.300.250.00   0.01
XYZ53.672852.653699.4298
Yxy52.65360.26090.2559
Hunter Lab72.56285.0469-30.4487
CIE-Lab77.67009.5275-32.5359

#b0bdfc color RGB value is (176,189,252).

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

The process color (four color CMYK) of #b0bdfc color hex is 0.30, 0.25, 0.00, 0.01. Web safe color of #b0bdfc is #99ccff. Color #b0bdfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 10111101 11111100
Octal 260 275 374
Decimal 176 189 252
Hex B0 BD FC

RGB Percentages of Color #b0bdfc

%28.53
%30.63
%40.84

CMYK Percentages of Color #b0bdfc

%30
%25
%0
%1

Triadic Colors of #b0bdfc

#b0bdfc #fcb0bd #bdfcb0

Analogous Colors of #b0bdfc

#b0bdfc #c9b0fc #b0e3fc

Monochromatic Colors of #b0bdfc

#b0bdfc

Complementary Color

#b0bdfc #fcefb0

#b0bdfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0bdfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0bdfc Color CSS Codes

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

#b0bdfc Text Font Color

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

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


#b0bdfc Background Color

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

This div background color is #b0bdfc


#b0bdfc Border Color

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

This div border color is #b0bdfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0bdfc

Related Colors


Comments

No comments written yet.

Please login to write comment.