Color Hex Logo

#bdadd5 Color Hex

#BDADD5
(189,173,213)
0 Favorites   0 Comments

Color spaces of #bdadd5

RGB 189173213
HSL0.730.320.76
HSV264°19°84°
CMYK 0.110.190.00   0.16
XYZ47.940145.510169.2084
Yxy45.51010.29470.2798
Hunter Lab67.46128.7908-13.6028
CIE-Lab73.226513.4095-18.1220

#bdadd5 color RGB value is (189,173,213).

#bdadd5 hex color red value is 189, green value is 173 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #bdadd5 hue: 0.73 , saturation: 0.32 and the lightness value of bdadd5 is 0.76.

The process color (four color CMYK) of #bdadd5 color hex is 0.11, 0.19, 0.00, 0.16. Web safe color of #bdadd5 is #cc99cc. Color #bdadd5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101101 11010101
Octal 275 255 325
Decimal 189 173 213
Hex BD AD D5

RGB Percentages of Color #bdadd5

%32.87
%30.09
%37.04

CMYK Percentages of Color #bdadd5

%11
%19
%0
%16

Triadic Colors of #bdadd5

#bdadd5 #d5bdad #add5bd

Analogous Colors of #bdadd5

#bdadd5 #d1add5 #adb1d5

Monochromatic Colors of #bdadd5

#bdadd5

Complementary Color

#bdadd5 #c5d5ad

#bdadd5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdadd5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdadd5 Color CSS Codes

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

#bdadd5 Text Font Color

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

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


#bdadd5 Background Color

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

This div background color is #bdadd5


#bdadd5 Border Color

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

This div border color is #bdadd5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdadd5


Comments

No comments written yet.

Please login to write comment.