Color Hex Logo

#bdadc3 Color Hex

#BDADC3
(189,173,195)
0 Favorites   0 Comments

Color spaces of #bdadc3

RGB 189173195
HSL0.790.150.72
HSV284°11°76°
CMYK 0.030.110.00   0.24
XYZ45.780244.646157.8344
Yxy44.64610.30880.3011
Hunter Lab66.81775.3683-4.5463
CIE-Lab72.65839.7895-9.1125

#bdadc3 color RGB value is (189,173,195).

#bdadc3 hex color red value is 189, green value is 173 and the blue value of its RGB is 195. Cylindrical-coordinate representations (also known as HSL) of color #bdadc3 hue: 0.79 , saturation: 0.15 and the lightness value of bdadc3 is 0.72.

The process color (four color CMYK) of #bdadc3 color hex is 0.03, 0.11, 0.00, 0.24. Web safe color of #bdadc3 is #cc99cc. Color #bdadc3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101101 11000011
Octal 275 255 303
Decimal 189 173 195
Hex BD AD C3

RGB Percentages of Color #bdadc3

%33.93
%31.06
%35.01

CMYK Percentages of Color #bdadc3

%3
%11
%0
%24

Triadic Colors of #bdadc3

#bdadc3 #c3bdad #adc3bd

Analogous Colors of #bdadc3

#bdadc3 #c3adbe #b2adc3

Monochromatic Colors of #bdadc3

#bdadc3

Complementary Color

#bdadc3 #b3c3ad

#bdadc3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdadc3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdadc3 Color CSS Codes

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

#bdadc3 Text Font Color

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

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


#bdadc3 Background Color

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

This div background color is #bdadc3


#bdadc3 Border Color

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

This div border color is #bdadc3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdadc3


Comments

No comments written yet.

Please login to write comment.