Color Hex Logo

#bdbdd7 Color Hex

#BDBDD7
(189,189,215)
0 Favorites   0 Comments

Color spaces of #bdbdd7

RGB 189189215
HSL0.670.250.79
HSV240°12°84°
CMYK 0.120.120.00   0.16
XYZ51.449652.120371.6385
Yxy52.12030.29360.2975
Hunter Lab72.19440.8685-8.2974
CIE-Lab77.35275.1085-12.9975

#bdbdd7 color RGB value is (189,189,215).

#bdbdd7 hex color red value is 189, green value is 189 and the blue value of its RGB is 215. Cylindrical-coordinate representations (also known as HSL) of color #bdbdd7 hue: 0.67 , saturation: 0.25 and the lightness value of bdbdd7 is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111101 11010111
Octal 275 275 327
Decimal 189 189 215
Hex BD BD D7

RGB Percentages of Color #bdbdd7

%31.87
%31.87
%36.26

CMYK Percentages of Color #bdbdd7

%12
%12
%0
%16

Triadic Colors of #bdbdd7

#bdbdd7 #d7bdbd #bdd7bd

Analogous Colors of #bdbdd7

#bdbdd7 #cabdd7 #bdcad7

Monochromatic Colors of #bdbdd7

#bdbdd7

Complementary Color

#bdbdd7 #d7d7bd

#bdbdd7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdbdd7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdbdd7 Color CSS Codes

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

#bdbdd7 Text Font Color

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

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


#bdbdd7 Background Color

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

This div background color is #bdbdd7


#bdbdd7 Border Color

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

This div border color is #bdbdd7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdbdd7


Comments

No comments written yet.

Please login to write comment.