Color Hex Logo

#bdaedb Color Hex

#BDAEDB
(189,174,219)
0 Favorites   0 Comments

Color spaces of #bdaedb

RGB 189174219
HSL0.720.380.77
HSV260°21°86°
CMYK 0.140.210.00   0.14
XYZ48.908546.205473.3586
Yxy46.20540.29030.2743
Hunter Lab67.97469.4774-16.4040
CIE-Lab73.678614.1228-20.7133

#bdaedb color RGB value is (189,174,219).

#bdaedb hex color red value is 189, green value is 174 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #bdaedb hue: 0.72 , saturation: 0.38 and the lightness value of bdaedb is 0.77.

The process color (four color CMYK) of #bdaedb color hex is 0.14, 0.21, 0.00, 0.14. Web safe color of #bdaedb is #cc99cc. Color #bdaedb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101110 11011011
Octal 275 256 333
Decimal 189 174 219
Hex BD AE DB

RGB Percentages of Color #bdaedb

%32.47
%29.90
%37.63

CMYK Percentages of Color #bdaedb

%14
%21
%0
%14

Triadic Colors of #bdaedb

#bdaedb #dbbdae #aedbbd

Analogous Colors of #bdaedb

#bdaedb #d4aedb #aeb6db

Monochromatic Colors of #bdaedb

#bdaedb

Complementary Color

#bdaedb #ccdbae

#bdaedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdaedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdaedb Color CSS Codes

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

#bdaedb Text Font Color

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

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


#bdaedb Background Color

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

This div background color is #bdaedb


#bdaedb Border Color

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

This div border color is #bdaedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdaedb


Comments

No comments written yet.

Please login to write comment.