Color Hex Logo

#bdabbd Color Hex

#BDABBD
(189,171,189)
0 Favorites   0 Comments

Color spaces of #bdabbd

RGB 189171189
HSL0.830.120.71
HSV300°10°74°
CMYK 0.000.100.00   0.26
XYZ44.734543.618854.2056
Yxy43.61880.31380.3060
Hunter Lab66.04455.3270-2.4307
CIE-Lab71.97309.7361-6.8330

#bdabbd color RGB value is (189,171,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101011 10111101
Octal 275 253 275
Decimal 189 171 189
Hex BD AB BD

RGB Percentages of Color #bdabbd

%34.43
%31.15
%34.43

CMYK Percentages of Color #bdabbd

%0
%10
%0
%26

Triadic Colors of #bdabbd

#bdabbd #bdbdab #abbdbd

Analogous Colors of #bdabbd

#bdabbd #bdabb4 #b4abbd

Monochromatic Colors of #bdabbd

#bdabbd

Complementary Color

#bdabbd #abbdab

#bdabbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdabbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdabbd Color CSS Codes

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

#bdabbd Text Font Color

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

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


#bdabbd Background Color

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

This div background color is #bdabbd


#bdabbd Border Color

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

This div border color is #bdabbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdabbd


Comments

No comments written yet.

Please login to write comment.