Color Hex Logo

#bdbeb4 Color Hex

#BDBEB4
(189,190,180)
0 Favorites   0 Comments

Color spaces of #bdbeb4

RGB 189190180
HSL0.180.070.73
HSV66°75°
CMYK 0.010.000.05   0.25
XYZ47.637950.941050.5018
Yxy50.94100.31950.3417
Hunter Lab71.3730-5.76288.0089
CIE-Lab76.6433-2.15594.9150

#bdbeb4 color RGB value is (189,190,180).

#bdbeb4 hex color red value is 189, green value is 190 and the blue value of its RGB is 180. Cylindrical-coordinate representations (also known as HSL) of color #bdbeb4 hue: 0.18 , saturation: 0.07 and the lightness value of bdbeb4 is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111110 10110100
Octal 275 276 264
Decimal 189 190 180
Hex BD BE B4

RGB Percentages of Color #bdbeb4

%33.81
%33.99
%32.20

CMYK Percentages of Color #bdbeb4

%1
%0
%5
%25

Triadic Colors of #bdbeb4

#bdbeb4 #b4bdbe #beb4bd

Analogous Colors of #bdbeb4

#bdbeb4 #b8beb4 #bebab4

Monochromatic Colors of #bdbeb4

#bdbeb4

Complementary Color

#bdbeb4 #b5b4be

#bdbeb4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdbeb4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdbeb4 Color CSS Codes

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

#bdbeb4 Text Font Color

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

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


#bdbeb4 Background Color

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

This div background color is #bdbeb4


#bdbeb4 Border Color

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

This div border color is #bdbeb4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdbeb4


Comments

No comments written yet.

Please login to write comment.