Color Hex Logo

#bbadec Color Hex

#BBADEC
(187,173,236)
0 Favorites   0 Comments

Color spaces of #bbadec

RGB 187173236
HSL0.700.620.80
HSV253°27°93°
CMYK 0.210.270.00   0.07
XYZ50.577446.508185.6681
Yxy46.50810.27680.2545
Hunter Lab68.196813.0380-26.7416
CIE-Lab73.874017.7870-29.6808

#bbadec color RGB value is (187,173,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101101 11101100
Octal 273 255 354
Decimal 187 173 236
Hex BB AD EC

RGB Percentages of Color #bbadec

%31.38
%29.03
%39.60

CMYK Percentages of Color #bbadec

%21
%27
%0
%7

Triadic Colors of #bbadec

#bbadec #ecbbad #adecbb

Analogous Colors of #bbadec

#bbadec #dbadec #adbfec

Monochromatic Colors of #bbadec

#bbadec

Complementary Color

#bbadec #deecad

#bbadec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbadec Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbadec Color CSS Codes

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

#bbadec Text Font Color

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

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


#bbadec Background Color

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

This div background color is #bbadec


#bbadec Border Color

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

This div border color is #bbadec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbadec


Comments

No comments written yet.

Please login to write comment.