Color Hex Logo

#becbac Color Hex

#BECBAC
(190,203,172)
0 Favorites   0 Comments

Color spaces of #becbac

RGB 190203172
HSL0.240.230.74
HSV85°15°80°
CMYK 0.060.000.15   0.20
XYZ50.037556.637647.3246
Yxy56.63760.32490.3678
Hunter Lab75.2580-13.020415.3971
CIE-Lab79.9753-9.958613.9771

#becbac color RGB value is (190,203,172).

#becbac hex color red value is 190, green value is 203 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #becbac hue: 0.24 , saturation: 0.23 and the lightness value of becbac is 0.74.

The process color (four color CMYK) of #becbac color hex is 0.06, 0.00, 0.15, 0.20. Web safe color of #becbac is #cccc99. Color #becbac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11001011 10101100
Octal 276 313 254
Decimal 190 203 172
Hex BE CB AC

RGB Percentages of Color #becbac

%33.63
%35.93
%30.44

CMYK Percentages of Color #becbac

%6
%0
%15
%20

Triadic Colors of #becbac

#becbac #acbecb #cbacbe

Analogous Colors of #becbac

#becbac #afcbac #cbc9ac

Monochromatic Colors of #becbac

#becbac

Complementary Color

#becbac #b9accb

#becbac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#becbac Color Preview on White Background

Lorem ipsum dolor sit amet.

#becbac Color CSS Codes

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

#becbac Text Font Color

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

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


#becbac Background Color

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

This div background color is #becbac


#becbac Border Color

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

This div border color is #becbac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #becbac


Comments

No comments written yet.

Please login to write comment.