Color Hex Logo

#bbadfd Color Hex

#BBADFD
(187,173,253)
0 Favorites   0 Comments

Color spaces of #bbadfd

RGB 187173253
HSL0.700.950.84
HSV251°32°99°
CMYK 0.260.320.00   0.01
XYZ53.166747.543899.3032
Yxy47.54380.26580.2377
Hunter Lab68.952016.9696-37.1218
CIE-Lab74.536321.7320-37.8565

#bbadfd color RGB value is (187,173,253).

#bbadfd hex color red value is 187, green value is 173 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #bbadfd hue: 0.70 , saturation: 0.95 and the lightness value of bbadfd is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101101 11111101
Octal 273 255 375
Decimal 187 173 253
Hex BB AD FD

RGB Percentages of Color #bbadfd

%30.51
%28.22
%41.27

CMYK Percentages of Color #bbadfd

%26
%32
%0
%1

Triadic Colors of #bbadfd

#bbadfd #fdbbad #adfdbb

Analogous Colors of #bbadfd

#bbadfd #e3adfd #adc7fd

Monochromatic Colors of #bbadfd

#bbadfd

Complementary Color

#bbadfd #effdad

#bbadfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbadfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbadfd Color CSS Codes

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

#bbadfd Text Font Color

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

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


#bbadfd Background Color

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

This div background color is #bbadfd


#bbadfd Border Color

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

This div border color is #bbadfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbadfd

Related Colors


Comments

No comments written yet.

Please login to write comment.