Color Hex Logo

#bdb4cd Color Hex

#BDB4CD
(189,180,205)
0 Favorites   0 Comments

Color spaces of #bdb4cd

RGB 189180205
HSL0.730.200.75
HSV262°12°80°
CMYK 0.080.120.00   0.20
XYZ48.327047.869164.4502
Yxy47.86910.30080.2980
Hunter Lab69.18753.6029-6.7991
CIE-Lab74.74237.9438-11.4738

#bdb4cd color RGB value is (189,180,205).

#bdb4cd hex color red value is 189, green value is 180 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #bdb4cd hue: 0.73 , saturation: 0.20 and the lightness value of bdb4cd is 0.75.

The process color (four color CMYK) of #bdb4cd color hex is 0.08, 0.12, 0.00, 0.20. Web safe color of #bdb4cd is #cccccc. Color #bdb4cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10110100 11001101
Octal 275 264 315
Decimal 189 180 205
Hex BD B4 CD

RGB Percentages of Color #bdb4cd

%32.93
%31.36
%35.71

CMYK Percentages of Color #bdb4cd

%8
%12
%0
%20

Triadic Colors of #bdb4cd

#bdb4cd #cdbdb4 #b4cdbd

Analogous Colors of #bdb4cd

#bdb4cd #cab4cd #b4b8cd

Monochromatic Colors of #bdb4cd

#bdb4cd

Complementary Color

#bdb4cd #c4cdb4

#bdb4cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb4cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb4cd Color CSS Codes

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

#bdb4cd Text Font Color

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

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


#bdb4cd Background Color

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

This div background color is #bdb4cd


#bdb4cd Border Color

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

This div border color is #bdb4cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb4cd


Comments

No comments written yet.

Please login to write comment.