Color Hex Logo

#bdbaed Color Hex

#BDBAED
(189,186,237)
0 Favorites   0 Comments

Color spaces of #bdbaed

RGB 189186237
HSL0.680.590.83
HSV244°22°93°
CMYK 0.200.220.00   0.07
XYZ53.831252.051187.3304
Yxy52.05110.27860.2694
Hunter Lab72.14646.9293-21.2657
CIE-Lab77.311411.4796-24.9409

#bdbaed color RGB value is (189,186,237).

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

The process color (four color CMYK) of #bdbaed color hex is 0.20, 0.22, 0.00, 0.07. Web safe color of #bdbaed is #ccccff. Color #bdbaed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111010 11101101
Octal 275 272 355
Decimal 189 186 237
Hex BD BA ED

RGB Percentages of Color #bdbaed

%30.88
%30.39
%38.73

CMYK Percentages of Color #bdbaed

%20
%22
%0
%7

Triadic Colors of #bdbaed

#bdbaed #edbdba #baedbd

Analogous Colors of #bdbaed

#bdbaed #d7baed #bad1ed

Monochromatic Colors of #bdbaed

#bdbaed

Complementary Color

#bdbaed #eaedba

#bdbaed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdbaed Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdbaed Color CSS Codes

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

#bdbaed Text Font Color

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

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


#bdbaed Background Color

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

This div background color is #bdbaed


#bdbaed Border Color

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

This div border color is #bdbaed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,186,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdbaed


Comments

No comments written yet.

Please login to write comment.