Color Hex Logo

#bbaded Color Hex

#BBADED
(187,173,237)
0 Favorites   0 Comments

Color spaces of #bbaded

RGB 187173237
HSL0.700.640.80
HSV253°27°93°
CMYK 0.210.270.00   0.07
XYZ50.723146.566486.4356
Yxy46.56640.27610.2535
Hunter Lab68.239613.2614-27.3319
CIE-Lab73.911618.0139-30.1658

#bbaded color RGB value is (187,173,237).

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

The process color (four color CMYK) of #bbaded color hex is 0.21, 0.27, 0.00, 0.07. Web safe color of #bbaded is #cc99ff. Color #bbaded contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101101 11101101
Octal 273 255 355
Decimal 187 173 237
Hex BB AD ED

RGB Percentages of Color #bbaded

%31.32
%28.98
%39.70

CMYK Percentages of Color #bbaded

%21
%27
%0
%7

Triadic Colors of #bbaded

#bbaded #edbbad #adedbb

Analogous Colors of #bbaded

#bbaded #dbaded #adbfed

Monochromatic Colors of #bbaded

#bbaded

Complementary Color

#bbaded #dfedad

#bbaded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbaded Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbaded Color CSS Codes

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

#bbaded Text Font Color

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

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


#bbaded Background Color

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

This div background color is #bbaded


#bbaded Border Color

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

This div border color is #bbaded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbaded


Comments

No comments written yet.

Please login to write comment.