Color Hex Logo

#bbbbeb Color Hex

#BBBBEB
(187,187,235)
0 Favorites   0 Comments

Color spaces of #bbbbeb

RGB 187187235
HSL0.670.550.83
HSV240°20°92°
CMYK 0.200.200.00   0.08
XYZ53.259252.103685.8472
Yxy52.10360.27850.2725
Hunter Lab72.18285.3841-19.9858
CIE-Lab77.34279.8740-23.8288

#bbbbeb color RGB value is (187,187,235).

#bbbbeb hex color red value is 187, green value is 187 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #bbbbeb hue: 0.67 , saturation: 0.55 and the lightness value of bbbbeb is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10111011 11101011
Octal 273 273 353
Decimal 187 187 235
Hex BB BB EB

RGB Percentages of Color #bbbbeb

%30.71
%30.71
%38.59

CMYK Percentages of Color #bbbbeb

%20
%20
%0
%8

Triadic Colors of #bbbbeb

#bbbbeb #ebbbbb #bbebbb

Analogous Colors of #bbbbeb

#bbbbeb #d3bbeb #bbd3eb

Monochromatic Colors of #bbbbeb

#bbbbeb

Complementary Color

#bbbbeb #ebebbb

#bbbbeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbbbeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbbbeb Color CSS Codes

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

#bbbbeb Text Font Color

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

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


#bbbbeb Background Color

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

This div background color is #bbbbeb


#bbbbeb Border Color

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

This div border color is #bbbbeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbbbeb


Comments

No comments written yet.

Please login to write comment.