Color Hex Logo

#bebebd Color Hex

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

Color spaces of #bebebd

RGB 190190189
HSL0.170.010.74
HSV60°75°
CMYK 0.000.000.01   0.25
XYZ48.834051.448255.5008
Yxy51.44820.31350.3303
Hunter Lab71.7274-3.99524.3321
CIE-Lab76.9497-0.18030.4951

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

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

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

Base Numbers

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

RGB Percentages of Color #bebebd

%33.39
%33.39
%33.22

CMYK Percentages of Color #bebebd

%0
%0
%1
%25

Triadic Colors of #bebebd

#bebebd #bdbebe #bebdbe

Monochromatic Colors of #bebebd

#bebebd

Complementary Color

#bebebd #bdbdbe

#bebebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bebebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bebebd Color CSS Codes

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

#bebebd Text Font Color

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

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


#bebebd Background Color

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

This div background color is #bebebd


#bebebd Border Color

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

This div border color is #bebebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bebebd


Comments

No comments written yet.

Please login to write comment.