Color Hex Logo

#b0bfec Color Hex

#B0BFEC
(176,191,236)
0 Favorites   0 Comments

Color spaces of #b0bfec

RGB 176191236
HSL0.630.610.81
HSV225°25°93°
CMYK 0.250.190.00   0.07
XYZ51.675652.547886.7760
Yxy52.54780.27060.2751
Hunter Lab72.48990.3894-20.2318
CIE-Lab77.60734.6071-24.0367

#b0bfec color RGB value is (176,191,236).

#b0bfec hex color red value is 176, green value is 191 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #b0bfec hue: 0.63 , saturation: 0.61 and the lightness value of b0bfec is 0.81.

The process color (four color CMYK) of #b0bfec color hex is 0.25, 0.19, 0.00, 0.07. Web safe color of #b0bfec is #99ccff. Color #b0bfec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 10111111 11101100
Octal 260 277 354
Decimal 176 191 236
Hex B0 BF EC

RGB Percentages of Color #b0bfec

%29.19
%31.67
%39.14

CMYK Percentages of Color #b0bfec

%25
%19
%0
%7

Triadic Colors of #b0bfec

#b0bfec #ecb0bf #bfecb0

Analogous Colors of #b0bfec

#b0bfec #bfb0ec #b0ddec

Monochromatic Colors of #b0bfec

#b0bfec

Complementary Color

#b0bfec #ecddb0

#b0bfec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0bfec Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0bfec Color CSS Codes

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

#b0bfec Text Font Color

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

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


#b0bfec Background Color

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

This div background color is #b0bfec


#b0bfec Border Color

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

This div border color is #b0bfec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0bfec


Comments

No comments written yet.

Please login to write comment.