Color Hex Logo

#bebdb5 Color Hex

#BEBDB5
(190,189,181)
0 Favorites   0 Comments

Color spaces of #bebdb5

RGB 190189181
HSL0.150.060.73
HSV53°75°
CMYK 0.000.010.05   0.25
XYZ47.773350.678550.9801
Yxy50.67850.31970.3391
Hunter Lab71.1888-4.79297.3731
CIE-Lab76.4839-1.09294.1530

#bebdb5 color RGB value is (190,189,181).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111101 10110101
Octal 276 275 265
Decimal 190 189 181
Hex BE BD B5

RGB Percentages of Color #bebdb5

%33.93
%33.75
%32.32

CMYK Percentages of Color #bebdb5

%0
%1
%5
%25

Triadic Colors of #bebdb5

#bebdb5 #b5bebd #bdb5be

Analogous Colors of #bebdb5

#bebdb5 #bbbeb5 #beb9b5

Monochromatic Colors of #bebdb5

#bebdb5

Complementary Color

#bebdb5 #b5b6be

#bebdb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bebdb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bebdb5 Color CSS Codes

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

#bebdb5 Text Font Color

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

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


#bebdb5 Background Color

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

This div background color is #bebdb5


#bebdb5 Border Color

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

This div border color is #bebdb5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bebdb5


Comments

No comments written yet.

Please login to write comment.