Color Hex Logo

#bebeb4 Color Hex

#BEBEB4
(190,190,180)
0 Favorites   0 Comments

Color spaces of #bebeb4

RGB 190190180
HSL0.170.070.73
HSV60°75°
CMYK 0.000.000.05   0.25
XYZ47.886951.069350.5135
Yxy51.06930.32040.3417
Hunter Lab71.4628-5.44788.1148
CIE-Lab76.7210-1.80015.0371

#bebeb4 color RGB value is (190,190,180).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111110 10110100
Octal 276 276 264
Decimal 190 190 180
Hex BE BE B4

RGB Percentages of Color #bebeb4

%33.93
%33.93
%32.14

CMYK Percentages of Color #bebeb4

%0
%0
%5
%25

Triadic Colors of #bebeb4

#bebeb4 #b4bebe #beb4be

Analogous Colors of #bebeb4

#bebeb4 #b9beb4 #beb9b4

Monochromatic Colors of #bebeb4

#bebeb4

Complementary Color

#bebeb4 #b4b4be

#bebeb4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bebeb4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bebeb4 Color CSS Codes

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

#bebeb4 Text Font Color

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

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


#bebeb4 Background Color

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

This div background color is #bebeb4


#bebeb4 Border Color

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

This div border color is #bebeb4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bebeb4


Comments

No comments written yet.

Please login to write comment.