Color Hex Logo

#bebab1 Color Hex

#BEBAB1
(190,186,177)
0 Favorites   0 Comments

Color spaces of #bebab1

RGB 190186177
HSL0.120.090.72
HSV42°75°
CMYK 0.000.020.07   0.25
XYZ46.729949.239348.6362
Yxy49.23930.32320.3405
Hunter Lab70.1707-3.92748.0249
CIE-Lab75.6000-0.19865.0466

#bebab1 color RGB value is (190,186,177).

#bebab1 hex color red value is 190, green value is 186 and the blue value of its RGB is 177. Cylindrical-coordinate representations (also known as HSL) of color #bebab1 hue: 0.12 , saturation: 0.09 and the lightness value of bebab1 is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111010 10110001
Octal 276 272 261
Decimal 190 186 177
Hex BE BA B1

RGB Percentages of Color #bebab1

%34.36
%33.63
%32.01

CMYK Percentages of Color #bebab1

%0
%2
%7
%25

Triadic Colors of #bebab1

#bebab1 #b1beba #bab1be

Analogous Colors of #bebab1

#bebab1 #bcbeb1 #beb4b1

Monochromatic Colors of #bebab1

#bebab1

Complementary Color

#bebab1 #b1b5be

#bebab1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bebab1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bebab1 Color CSS Codes

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

#bebab1 Text Font Color

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

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


#bebab1 Background Color

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

This div background color is #bebab1


#bebab1 Border Color

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

This div border color is #bebab1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bebab1


Comments

No comments written yet.

Please login to write comment.