Color Hex Logo

#bda8bd Color Hex

#BDA8BD
(189,168,189)
0 Favorites   0 Comments

Color spaces of #bda8bd

RGB 189168189
HSL0.830.140.70
HSV300°11°74°
CMYK 0.000.110.00   0.26
XYZ44.174242.498254.0189
Yxy42.49820.31400.3021
Hunter Lab65.19066.8708-3.4960
CIE-Lab71.213111.3810-7.9610

#bda8bd color RGB value is (189,168,189).

#bda8bd hex color red value is 189, green value is 168 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #bda8bd hue: 0.83 , saturation: 0.14 and the lightness value of bda8bd is 0.70.

The process color (four color CMYK) of #bda8bd color hex is 0.00, 0.11, 0.00, 0.26. Web safe color of #bda8bd is #cc99cc. Color #bda8bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101000 10111101
Octal 275 250 275
Decimal 189 168 189
Hex BD A8 BD

RGB Percentages of Color #bda8bd

%34.62
%30.77
%34.62

CMYK Percentages of Color #bda8bd

%0
%11
%0
%26

Triadic Colors of #bda8bd

#bda8bd #bdbda8 #a8bdbd

Analogous Colors of #bda8bd

#bda8bd #bda8b3 #b3a8bd

Monochromatic Colors of #bda8bd

#bda8bd

Complementary Color

#bda8bd #a8bda8

#bda8bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda8bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda8bd Color CSS Codes

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

#bda8bd Text Font Color

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

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


#bda8bd Background Color

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

This div background color is #bda8bd


#bda8bd Border Color

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

This div border color is #bda8bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda8bd


Comments

No comments written yet.

Please login to write comment.