Color Hex Logo

#bbadf9 Color Hex

#BBADF9
(187,173,249)
0 Favorites   0 Comments

Color spaces of #bbadf9

RGB 187173249
HSL0.700.860.83
HSV251°31°98°
CMYK 0.250.310.00   0.02
XYZ52.536047.291595.9818
Yxy47.29150.26830.2415
Hunter Lab68.768816.0198-34.6139
CIE-Lab74.375820.7880-35.9462

#bbadf9 color RGB value is (187,173,249).

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

The process color (four color CMYK) of #bbadf9 color hex is 0.25, 0.31, 0.00, 0.02. Web safe color of #bbadf9 is #cc99ff. Color #bbadf9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101101 11111001
Octal 273 255 371
Decimal 187 173 249
Hex BB AD F9

RGB Percentages of Color #bbadf9

%30.71
%28.41
%40.89

CMYK Percentages of Color #bbadf9

%25
%31
%0
%2

Triadic Colors of #bbadf9

#bbadf9 #f9bbad #adf9bb

Analogous Colors of #bbadf9

#bbadf9 #e1adf9 #adc5f9

Monochromatic Colors of #bbadf9

#bbadf9

Complementary Color

#bbadf9 #ebf9ad

#bbadf9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbadf9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbadf9 Color CSS Codes

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

#bbadf9 Text Font Color

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

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


#bbadf9 Background Color

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

This div background color is #bbadf9


#bbadf9 Border Color

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

This div border color is #bbadf9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbadf9


Comments

No comments written yet.

Please login to write comment.