Color Hex Logo

#bdade9 Color Hex

#BDADE9
(189,173,233)
0 Favorites   0 Comments

Color spaces of #bdade9

RGB 189173233
HSL0.710.580.80
HSV256°26°91°
CMYK 0.190.260.00   0.09
XYZ50.637846.589183.4145
Yxy46.58910.28030.2579
Hunter Lab68.256212.9769-24.6777
CIE-Lab73.926217.7235-27.9574

#bdade9 color RGB value is (189,173,233).

#bdade9 hex color red value is 189, green value is 173 and the blue value of its RGB is 233. Cylindrical-coordinate representations (also known as HSL) of color #bdade9 hue: 0.71 , saturation: 0.58 and the lightness value of bdade9 is 0.80.

The process color (four color CMYK) of #bdade9 color hex is 0.19, 0.26, 0.00, 0.09. Web safe color of #bdade9 is #cc99ff. Color #bdade9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101101 11101001
Octal 275 255 351
Decimal 189 173 233
Hex BD AD E9

RGB Percentages of Color #bdade9

%31.76
%29.08
%39.16

CMYK Percentages of Color #bdade9

%19
%26
%0
%9

Triadic Colors of #bdade9

#bdade9 #e9bdad #ade9bd

Analogous Colors of #bdade9

#bdade9 #dbade9 #adbbe9

Monochromatic Colors of #bdade9

#bdade9

Complementary Color

#bdade9 #d9e9ad

#bdade9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdade9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdade9 Color CSS Codes

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

#bdade9 Text Font Color

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

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


#bdade9 Background Color

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

This div background color is #bdade9


#bdade9 Border Color

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

This div border color is #bdade9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdade9


Comments

No comments written yet.

Please login to write comment.