Color Hex Logo

#bdbeb9 Color Hex

#BDBEB9
(189,190,185)
0 Favorites   0 Comments

Color spaces of #bdbeb9

RGB 189190185
HSL0.200.040.74
HSV72°75°
CMYK 0.010.000.03   0.25
XYZ48.156751.148553.2335
Yxy51.14850.31570.3353
Hunter Lab71.5182-4.96405.9311
CIE-Lab76.7689-1.26082.3891

#bdbeb9 color RGB value is (189,190,185).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111110 10111001
Octal 275 276 271
Decimal 189 190 185
Hex BD BE B9

RGB Percentages of Color #bdbeb9

%33.51
%33.69
%32.80

CMYK Percentages of Color #bdbeb9

%1
%0
%3
%25

Triadic Colors of #bdbeb9

#bdbeb9 #b9bdbe #beb9bd

Analogous Colors of #bdbeb9

#bdbeb9 #bbbeb9 #bebdb9

Monochromatic Colors of #bdbeb9

#bdbeb9

Complementary Color

#bdbeb9 #bab9be

#bdbeb9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdbeb9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdbeb9 Color CSS Codes

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

#bdbeb9 Text Font Color

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

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


#bdbeb9 Background Color

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

This div background color is #bdbeb9


#bdbeb9 Border Color

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

This div border color is #bdbeb9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdbeb9


Comments

No comments written yet.

Please login to write comment.