Color Hex Logo

#bbade2 Color Hex

#BBADE2
(187,173,226)
0 Favorites   0 Comments

Color spaces of #bbade2

RGB 187173226
HSL0.710.480.78
HSV256°23°89°
CMYK 0.170.230.00   0.11
XYZ49.164645.942978.2281
Yxy45.94290.28360.2651
Hunter Lab67.781210.8566-20.9814
CIE-Lab73.508515.5544-24.8034

#bbade2 color RGB value is (187,173,226).

#bbade2 hex color red value is 187, green value is 173 and the blue value of its RGB is 226. Cylindrical-coordinate representations (also known as HSL) of color #bbade2 hue: 0.71 , saturation: 0.48 and the lightness value of bbade2 is 0.78.

The process color (four color CMYK) of #bbade2 color hex is 0.17, 0.23, 0.00, 0.11. Web safe color of #bbade2 is #cc99cc. Color #bbade2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101101 11100010
Octal 273 255 342
Decimal 187 173 226
Hex BB AD E2

RGB Percentages of Color #bbade2

%31.91
%29.52
%38.57

CMYK Percentages of Color #bbade2

%17
%23
%0
%11

Triadic Colors of #bbade2

#bbade2 #e2bbad #ade2bb

Analogous Colors of #bbade2

#bbade2 #d6ade2 #adbae2

Monochromatic Colors of #bbade2

#bbade2

Complementary Color

#bbade2 #d4e2ad

#bbade2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbade2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbade2 Color CSS Codes

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

#bbade2 Text Font Color

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

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


#bbade2 Background Color

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

This div background color is #bbade2


#bbade2 Border Color

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

This div border color is #bbade2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbade2


Comments

No comments written yet.

Please login to write comment.