Color Hex Logo

#bdaebd Color Hex

#BDAEBD
(189,174,189)
0 Favorites   0 Comments

Color spaces of #bdaebd

RGB 189174189
HSL0.830.100.71
HSV300°74°
CMYK 0.000.080.00   0.26
XYZ45.307644.765054.3967
Yxy44.76500.31360.3099
Hunter Lab66.90673.7893-1.3695
CIE-Lab72.73698.0972-5.7019

#bdaebd color RGB value is (189,174,189).

#bdaebd hex color red value is 189, green value is 174 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #bdaebd hue: 0.83 , saturation: 0.10 and the lightness value of bdaebd is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101110 10111101
Octal 275 256 275
Decimal 189 174 189
Hex BD AE BD

RGB Percentages of Color #bdaebd

%34.24
%31.52
%34.24

CMYK Percentages of Color #bdaebd

%0
%8
%0
%26

Triadic Colors of #bdaebd

#bdaebd #bdbdae #aebdbd

Analogous Colors of #bdaebd

#bdaebd #bdaeb6 #b6aebd

Monochromatic Colors of #bdaebd

#bdaebd

Complementary Color

#bdaebd #aebdae

#bdaebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdaebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdaebd Color CSS Codes

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

#bdaebd Text Font Color

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

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


#bdaebd Background Color

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

This div background color is #bdaebd


#bdaebd Border Color

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

This div border color is #bdaebd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,174,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 #bdaebd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdaebd


Comments

No comments written yet.

Please login to write comment.