Color Hex Logo

#bdbaeb Color Hex

#BDBAEB
(189,186,235)
0 Favorites   0 Comments

Color spaces of #bdbaeb

RGB 189186235
HSL0.680.550.83
HSV244°21°92°
CMYK 0.200.210.00   0.08
XYZ53.540651.934885.7998
Yxy51.93480.27990.2715
Hunter Lab72.06586.4997-20.1432
CIE-Lab77.241811.0336-23.9688

#bdbaeb color RGB value is (189,186,235).

#bdbaeb hex color red value is 189, green value is 186 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #bdbaeb hue: 0.68 , saturation: 0.55 and the lightness value of bdbaeb is 0.83.

The process color (four color CMYK) of #bdbaeb color hex is 0.20, 0.21, 0.00, 0.08. Web safe color of #bdbaeb is #ccccff. Color #bdbaeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111010 11101011
Octal 275 272 353
Decimal 189 186 235
Hex BD BA EB

RGB Percentages of Color #bdbaeb

%30.98
%30.49
%38.52

CMYK Percentages of Color #bdbaeb

%20
%21
%0
%8

Triadic Colors of #bdbaeb

#bdbaeb #ebbdba #baebbd

Analogous Colors of #bdbaeb

#bdbaeb #d6baeb #bad0eb

Monochromatic Colors of #bdbaeb

#bdbaeb

Complementary Color

#bdbaeb #e8ebba

#bdbaeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdbaeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdbaeb Color CSS Codes

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

#bdbaeb Text Font Color

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

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


#bdbaeb Background Color

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

This div background color is #bdbaeb


#bdbaeb Border Color

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

This div border color is #bdbaeb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,186,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 #bdbaeb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdbaeb


Comments

No comments written yet.

Please login to write comment.