Color Hex Logo

#bdbade Color Hex

#BDBADE
(189,186,222)
0 Favorites   0 Comments

Color spaces of #bdbade

RGB 189186222
HSL0.680.350.80
HSV245°16°87°
CMYK 0.150.160.00   0.13
XYZ51.730051.210676.2654
Yxy51.21060.28870.2858
Hunter Lab71.56163.8002-13.0941
CIE-Lab76.80648.2022-17.6065

#bdbade color RGB value is (189,186,222).

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

The process color (four color CMYK) of #bdbade color hex is 0.15, 0.16, 0.00, 0.13. Web safe color of #bdbade is #cccccc. Color #bdbade contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111010 11011110
Octal 275 272 336
Decimal 189 186 222
Hex BD BA DE

RGB Percentages of Color #bdbade

%31.66
%31.16
%37.19

CMYK Percentages of Color #bdbade

%15
%16
%0
%13

Triadic Colors of #bdbade

#bdbade #debdba #badebd

Analogous Colors of #bdbade

#bdbade #cfbade #bac9de

Monochromatic Colors of #bdbade

#bdbade

Complementary Color

#bdbade #dbdeba

#bdbade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdbade Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdbade Color CSS Codes

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

#bdbade Text Font Color

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

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


#bdbade Background Color

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

This div background color is #bdbade


#bdbade Border Color

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

This div border color is #bdbade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdbade


Comments

No comments written yet.

Please login to write comment.