Color Hex Logo

#bebcab Color Hex

#BEBCAB
(190,188,171)
0 Favorites   0 Comments

Color spaces of #bebcab

RGB 190188171
HSL0.150.130.71
HSV54°10°75°
CMYK 0.000.010.10   0.25
XYZ46.569149.853945.6964
Yxy49.85390.32770.3508
Hunter Lab70.6073-5.832911.0532
CIE-Lab75.9795-2.28778.8455

#bebcab color RGB value is (190,188,171).

#bebcab hex color red value is 190, green value is 188 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #bebcab hue: 0.15 , saturation: 0.13 and the lightness value of bebcab is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111100 10101011
Octal 276 274 253
Decimal 190 188 171
Hex BE BC AB

RGB Percentages of Color #bebcab

%34.61
%34.24
%31.15

CMYK Percentages of Color #bebcab

%0
%1
%10
%25

Triadic Colors of #bebcab

#bebcab #abbebc #bcabbe

Analogous Colors of #bebcab

#bebcab #b7beab #beb3ab

Monochromatic Colors of #bebcab

#bebcab

Complementary Color

#bebcab #abadbe

#bebcab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bebcab Color Preview on White Background

Lorem ipsum dolor sit amet.

#bebcab Color CSS Codes

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

#bebcab Text Font Color

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

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


#bebcab Background Color

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

This div background color is #bebcab


#bebcab Border Color

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

This div border color is #bebcab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bebcab


Comments

No comments written yet.

Please login to write comment.