Color Hex Logo

#b3bbeb Color Hex

#B3BBEB
(179,187,235)
0 Favorites   0 Comments

Color spaces of #b3bbeb

RGB 179187235
HSL0.640.580.81
HSV231°24°92°
CMYK 0.240.200.00   0.08
XYZ51.356151.122585.7581
Yxy51.12250.27280.2716
Hunter Lab71.50003.0857-21.0633
CIE-Lab76.75327.4458-24.7814

#b3bbeb color RGB value is (179,187,235).

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

The process color (four color CMYK) of #b3bbeb color hex is 0.24, 0.20, 0.00, 0.08. Web safe color of #b3bbeb is #ccccff. Color #b3bbeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 10111011 11101011
Octal 263 273 353
Decimal 179 187 235
Hex B3 BB EB

RGB Percentages of Color #b3bbeb

%29.78
%31.11
%39.10

CMYK Percentages of Color #b3bbeb

%24
%20
%0
%8

Triadic Colors of #b3bbeb

#b3bbeb #ebb3bb #bbebb3

Analogous Colors of #b3bbeb

#b3bbeb #c7b3eb #b3d7eb

Monochromatic Colors of #b3bbeb

#b3bbeb

Complementary Color

#b3bbeb #ebe3b3

#b3bbeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3bbeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3bbeb Color CSS Codes

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

#b3bbeb Text Font Color

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

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


#b3bbeb Background Color

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

This div background color is #b3bbeb


#b3bbeb Border Color

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

This div border color is #b3bbeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3bbeb


Comments

No comments written yet.

Please login to write comment.