Color Hex Logo

#bbadea Color Hex

#BBADEA
(187,173,234)
0 Favorites   0 Comments

Color spaces of #bbadea

RGB 187173234
HSL0.700.590.80
HSV254°26°92°
CMYK 0.200.260.00   0.08
XYZ50.288446.392484.1461
Yxy46.39240.27810.2566
Hunter Lab68.112012.5941-25.5690
CIE-Lab73.799417.3353-28.7094

#bbadea color RGB value is (187,173,234).

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

The process color (four color CMYK) of #bbadea color hex is 0.20, 0.26, 0.00, 0.08. Web safe color of #bbadea is #cc99ff. Color #bbadea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101101 11101010
Octal 273 255 352
Decimal 187 173 234
Hex BB AD EA

RGB Percentages of Color #bbadea

%31.48
%29.12
%39.39

CMYK Percentages of Color #bbadea

%20
%26
%0
%8

Triadic Colors of #bbadea

#bbadea #eabbad #adeabb

Analogous Colors of #bbadea

#bbadea #daadea #adbeea

Monochromatic Colors of #bbadea

#bbadea

Complementary Color

#bbadea #dceaad

#bbadea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbadea Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbadea Color CSS Codes

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

#bbadea Text Font Color

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

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


#bbadea Background Color

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

This div background color is #bbadea


#bbadea Border Color

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

This div border color is #bbadea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbadea


Comments

No comments written yet.

Please login to write comment.