Color Hex Logo

#bdbebd Color Hex

#BDBEBD
(189,190,189)
0 Favorites   0 Comments

Color spaces of #bdbebd

RGB 189190189
HSL0.330.010.74
HSV120°75°
CMYK 0.010.000.01   0.25
XYZ48.585051.319955.4891
Yxy51.31990.31270.3303
Hunter Lab71.6379-4.30724.2218
CIE-Lab76.8724-0.52870.3730

#bdbebd color RGB value is (189,190,189).

#bdbebd hex color red value is 189, green value is 190 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #bdbebd hue: 0.33 , saturation: 0.01 and the lightness value of bdbebd is 0.74.

The process color (four color CMYK) of #bdbebd color hex is 0.01, 0.00, 0.01, 0.25. Web safe color of #bdbebd is #cccccc. Color #bdbebd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111110 10111101
Octal 275 276 275
Decimal 189 190 189
Hex BD BE BD

RGB Percentages of Color #bdbebd

%33.27
%33.45
%33.27

CMYK Percentages of Color #bdbebd

%1
%0
%1
%25

Triadic Colors of #bdbebd

#bdbebd #bdbdbe #bebdbd

Analogous Colors of #bdbebd

#bdbebd #bdbebe #bebebd

Monochromatic Colors of #bdbebd

#bdbebd

Complementary Color

#bdbebd #bebdbe

#bdbebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdbebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdbebd Color CSS Codes

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

#bdbebd Text Font Color

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

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


#bdbebd Background Color

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

This div background color is #bdbebd


#bdbebd Border Color

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

This div border color is #bdbebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdbebd


Comments

No comments written yet.

Please login to write comment.