Color Hex Logo

#b0befa Color Hex

#B0BEFA
(176,190,250)
0 Favorites   0 Comments

Color spaces of #b0befa

RGB 176190250
HSL0.640.880.84
HSV229°30°98°
CMYK 0.300.240.00   0.02
XYZ53.573352.959197.8410
Yxy52.95910.26210.2591
Hunter Lab72.77304.0536-28.7724
CIE-Lab77.85088.4926-31.1851

#b0befa color RGB value is (176,190,250).

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

The process color (four color CMYK) of #b0befa color hex is 0.30, 0.24, 0.00, 0.02. Web safe color of #b0befa is #99ccff. Color #b0befa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 10111110 11111010
Octal 260 276 372
Decimal 176 190 250
Hex B0 BE FA

RGB Percentages of Color #b0befa

%28.57
%30.84
%40.58

CMYK Percentages of Color #b0befa

%30
%24
%0
%2

Triadic Colors of #b0befa

#b0befa #fab0be #befab0

Analogous Colors of #b0befa

#b0befa #c7b0fa #b0e3fa

Monochromatic Colors of #b0befa

#b0befa

Complementary Color

#b0befa #faecb0

#b0befa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0befa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0befa Color CSS Codes

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

#b0befa Text Font Color

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

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


#b0befa Background Color

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

This div background color is #b0befa


#b0befa Border Color

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

This div border color is #b0befa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,190,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0befa


Comments

No comments written yet.

Please login to write comment.