Color Hex Logo

#b3bbdf Color Hex

#B3BBDF
(179,187,223)
0 Favorites   0 Comments

Color spaces of #b3bbdf

RGB 179187223
HSL0.640.410.79
HSV229°20°87°
CMYK 0.200.160.00   0.13
XYZ49.680050.452176.9318
Yxy50.45210.28060.2849
Hunter Lab71.02960.5457-14.4959
CIE-Lab76.34594.7216-18.9163

#b3bbdf color RGB value is (179,187,223).

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

The process color (four color CMYK) of #b3bbdf color hex is 0.20, 0.16, 0.00, 0.13. Web safe color of #b3bbdf is #cccccc. Color #b3bbdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 10111011 11011111
Octal 263 273 337
Decimal 179 187 223
Hex B3 BB DF

RGB Percentages of Color #b3bbdf

%30.39
%31.75
%37.86

CMYK Percentages of Color #b3bbdf

%20
%16
%0
%13

Triadic Colors of #b3bbdf

#b3bbdf #dfb3bb #bbdfb3

Analogous Colors of #b3bbdf

#b3bbdf #c1b3df #b3d1df

Monochromatic Colors of #b3bbdf

#b3bbdf

Complementary Color

#b3bbdf #dfd7b3

#b3bbdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3bbdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3bbdf Color CSS Codes

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

#b3bbdf Text Font Color

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

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


#b3bbdf Background Color

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

This div background color is #b3bbdf


#b3bbdf Border Color

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

This div border color is #b3bbdf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,187,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3bbdf


Comments

No comments written yet.

Please login to write comment.