Color Hex Logo

#bbadda Color Hex

#BBADDA
(187,173,218)
0 Favorites   0 Comments

Color spaces of #bbadda

RGB 187173218
HSL0.720.380.77
HSV259°21°85°
CMYK 0.140.210.00   0.15
XYZ48.092045.513972.5800
Yxy45.51390.28940.2739
Hunter Lab67.46409.1825-16.5614
CIE-Lab73.229013.8187-20.8660

#bbadda color RGB value is (187,173,218).

#bbadda hex color red value is 187, green value is 173 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #bbadda hue: 0.72 , saturation: 0.38 and the lightness value of bbadda is 0.77.

The process color (four color CMYK) of #bbadda color hex is 0.14, 0.21, 0.00, 0.15. Web safe color of #bbadda is #cc99cc. Color #bbadda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101101 11011010
Octal 273 255 332
Decimal 187 173 218
Hex BB AD DA

RGB Percentages of Color #bbadda

%32.35
%29.93
%37.72

CMYK Percentages of Color #bbadda

%14
%21
%0
%15

Triadic Colors of #bbadda

#bbadda #dabbad #addabb

Analogous Colors of #bbadda

#bbadda #d2adda #adb6da

Monochromatic Colors of #bbadda

#bbadda

Complementary Color

#bbadda #ccdaad

#bbadda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbadda Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbadda Color CSS Codes

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

#bbadda Text Font Color

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

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


#bbadda Background Color

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

This div background color is #bbadda


#bbadda Border Color

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

This div border color is #bbadda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbadda


Comments

No comments written yet.

Please login to write comment.