Color Hex Logo

#bbbbfd Color Hex

#BBBBFD
(187,187,253)
0 Favorites   0 Comments

Color spaces of #bbbbfd

RGB 187187253
HSL0.670.940.86
HSV240°26°99°
CMYK 0.260.260.00   0.01
XYZ55.993553.1973100.2454
Yxy53.19730.26740.2540
Hunter Lab72.93659.3960-30.4339
CIE-Lab77.991314.0152-32.5110

#bbbbfd color RGB value is (187,187,253).

#bbbbfd hex color red value is 187, green value is 187 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #bbbbfd hue: 0.67 , saturation: 0.94 and the lightness value of bbbbfd is 0.86.

The process color (four color CMYK) of #bbbbfd color hex is 0.26, 0.26, 0.00, 0.01. Web safe color of #bbbbfd is #ccccff. Color #bbbbfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10111011 11111101
Octal 273 273 375
Decimal 187 187 253
Hex BB BB FD

RGB Percentages of Color #bbbbfd

%29.82
%29.82
%40.35

CMYK Percentages of Color #bbbbfd

%26
%26
%0
%1

Triadic Colors of #bbbbfd

#bbbbfd #fdbbbb #bbfdbb

Analogous Colors of #bbbbfd

#bbbbfd #dcbbfd #bbdcfd

Monochromatic Colors of #bbbbfd

#bbbbfd

Complementary Color

#bbbbfd #fdfdbb

#bbbbfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbbbfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbbbfd Color CSS Codes

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

#bbbbfd Text Font Color

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

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


#bbbbfd Background Color

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

This div background color is #bbbbfd


#bbbbfd Border Color

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

This div border color is #bbbbfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbbbfd


Comments

No comments written yet.

Please login to write comment.