Color Hex Logo

#b0bfea Color Hex

#B0BFEA
(176,191,234)
0 Favorites   0 Comments

Color spaces of #b0bfea

RGB 176191234
HSL0.620.580.80
HSV224°25°92°
CMYK 0.250.180.00   0.08
XYZ51.386652.432285.2540
Yxy52.43220.27180.2773
Hunter Lab72.4101-0.0432-19.1197
CIE-Lab77.53864.1410-23.0646

#b0bfea color RGB value is (176,191,234).

#b0bfea hex color red value is 176, green value is 191 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #b0bfea hue: 0.62 , saturation: 0.58 and the lightness value of b0bfea is 0.80.

The process color (four color CMYK) of #b0bfea color hex is 0.25, 0.18, 0.00, 0.08. Web safe color of #b0bfea is #99ccff. Color #b0bfea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 10111111 11101010
Octal 260 277 352
Decimal 176 191 234
Hex B0 BF EA

RGB Percentages of Color #b0bfea

%29.28
%31.78
%38.94

CMYK Percentages of Color #b0bfea

%25
%18
%0
%8

Triadic Colors of #b0bfea

#b0bfea #eab0bf #bfeab0

Analogous Colors of #b0bfea

#b0bfea #beb0ea #b0dcea

Monochromatic Colors of #b0bfea

#b0bfea

Complementary Color

#b0bfea #eadbb0

#b0bfea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0bfea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0bfea Color CSS Codes

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

#b0bfea Text Font Color

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

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


#b0bfea Background Color

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

This div background color is #b0bfea


#b0bfea Border Color

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

This div border color is #b0bfea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0bfea


Comments

No comments written yet.

Please login to write comment.