Color Hex Logo

#bbadeb Color Hex

#BBADEB
(187,173,235)
0 Favorites   0 Comments

Color spaces of #bbadeb

RGB 187173235
HSL0.700.610.80
HSV254°26°92°
CMYK 0.200.260.00   0.08
XYZ50.432546.450184.9049
Yxy46.45010.27740.2555
Hunter Lab68.154312.8155-26.1540
CIE-Lab73.836617.5608-29.1953

#bbadeb color RGB value is (187,173,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101101 11101011
Octal 273 255 353
Decimal 187 173 235
Hex BB AD EB

RGB Percentages of Color #bbadeb

%31.43
%29.08
%39.50

CMYK Percentages of Color #bbadeb

%20
%26
%0
%8

Triadic Colors of #bbadeb

#bbadeb #ebbbad #adebbb

Analogous Colors of #bbadeb

#bbadeb #daadeb #adbeeb

Monochromatic Colors of #bbadeb

#bbadeb

Complementary Color

#bbadeb #ddebad

#bbadeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbadeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbadeb Color CSS Codes

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

#bbadeb Text Font Color

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

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


#bbadeb Background Color

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

This div background color is #bbadeb


#bbadeb Border Color

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

This div border color is #bbadeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbadeb


Comments

No comments written yet.

Please login to write comment.