Color Hex Logo

#b0baeb Color Hex

#B0BAEB
(176,186,235)
0 Favorites   0 Comments

Color spaces of #b0baeb

RGB 176186235
HSL0.640.600.81
HSV230°25°92°
CMYK 0.250.210.00   0.08
XYZ50.458850.346185.6556
Yxy50.34610.27060.2700
Hunter Lab70.95502.7669-21.9053
CIE-Lab76.28127.0943-25.5215

#b0baeb color RGB value is (176,186,235).

#b0baeb hex color red value is 176, green value is 186 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #b0baeb hue: 0.64 , saturation: 0.60 and the lightness value of b0baeb is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 10111010 11101011
Octal 260 272 353
Decimal 176 186 235
Hex B0 BA EB

RGB Percentages of Color #b0baeb

%29.48
%31.16
%39.36

CMYK Percentages of Color #b0baeb

%25
%21
%0
%8

Triadic Colors of #b0baeb

#b0baeb #ebb0ba #baebb0

Analogous Colors of #b0baeb

#b0baeb #c4b0eb #b0d8eb

Monochromatic Colors of #b0baeb

#b0baeb

Complementary Color

#b0baeb #ebe1b0

#b0baeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0baeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0baeb Color CSS Codes

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

#b0baeb Text Font Color

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

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


#b0baeb Background Color

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

This div background color is #b0baeb


#b0baeb Border Color

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

This div border color is #b0baeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0baeb


Comments

No comments written yet.

Please login to write comment.