Color Hex Logo

#bebeb0 Color Hex

#BEBEB0
(190,190,176)
0 Favorites   0 Comments

Color spaces of #bebeb0

RGB 190190176
HSL0.170.100.72
HSV60°75°
CMYK 0.000.000.07   0.25
XYZ47.485150.908748.3979
Yxy50.90870.32350.3468
Hunter Lab71.3503-6.06779.7280
CIE-Lab76.6237-2.49667.0617

#bebeb0 color RGB value is (190,190,176).

#bebeb0 hex color red value is 190, green value is 190 and the blue value of its RGB is 176. Cylindrical-coordinate representations (also known as HSL) of color #bebeb0 hue: 0.17 , saturation: 0.10 and the lightness value of bebeb0 is 0.72.

The process color (four color CMYK) of #bebeb0 color hex is 0.00, 0.00, 0.07, 0.25. Web safe color of #bebeb0 is #cccc99. Color #bebeb0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111110 10110000
Octal 276 276 260
Decimal 190 190 176
Hex BE BE B0

RGB Percentages of Color #bebeb0

%34.17
%34.17
%31.65

CMYK Percentages of Color #bebeb0

%0
%0
%7
%25

Triadic Colors of #bebeb0

#bebeb0 #b0bebe #beb0be

Analogous Colors of #bebeb0

#bebeb0 #b7beb0 #beb7b0

Monochromatic Colors of #bebeb0

#bebeb0

Complementary Color

#bebeb0 #b0b0be

#bebeb0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bebeb0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bebeb0 Color CSS Codes

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

#bebeb0 Text Font Color

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

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


#bebeb0 Background Color

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

This div background color is #bebeb0


#bebeb0 Border Color

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

This div border color is #bebeb0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bebeb0


Comments

No comments written yet.

Please login to write comment.