Color Hex Logo

#bdaed1 Color Hex

#BDAED1
(189,174,209)
0 Favorites   0 Comments

Color spaces of #bdaed1

RGB 189174209
HSL0.740.280.75
HSV266°17°82°
CMYK 0.100.170.00   0.18
XYZ47.630945.694466.6311
Yxy45.69440.29780.2857
Hunter Lab67.59767.4795-11.1239
CIE-Lab73.346812.0335-15.7530

#bdaed1 color RGB value is (189,174,209).

#bdaed1 hex color red value is 189, green value is 174 and the blue value of its RGB is 209. Cylindrical-coordinate representations (also known as HSL) of color #bdaed1 hue: 0.74 , saturation: 0.28 and the lightness value of bdaed1 is 0.75.

The process color (four color CMYK) of #bdaed1 color hex is 0.10, 0.17, 0.00, 0.18. Web safe color of #bdaed1 is #cc99cc. Color #bdaed1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101110 11010001
Octal 275 256 321
Decimal 189 174 209
Hex BD AE D1

RGB Percentages of Color #bdaed1

%33.04
%30.42
%36.54

CMYK Percentages of Color #bdaed1

%10
%17
%0
%18

Triadic Colors of #bdaed1

#bdaed1 #d1bdae #aed1bd

Analogous Colors of #bdaed1

#bdaed1 #cfaed1 #aeb1d1

Monochromatic Colors of #bdaed1

#bdaed1

Complementary Color

#bdaed1 #c2d1ae

#bdaed1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdaed1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdaed1 Color CSS Codes

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

#bdaed1 Text Font Color

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

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


#bdaed1 Background Color

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

This div background color is #bdaed1


#bdaed1 Border Color

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

This div border color is #bdaed1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdaed1


Comments

No comments written yet.

Please login to write comment.