Color Hex Logo

#bec3ac Color Hex

#BEC3AC
(190,195,172)
0 Favorites   0 Comments

Color spaces of #bec3ac

RGB 190195172
HSL0.200.160.72
HSV73°12°76°
CMYK 0.030.000.12   0.24
XYZ48.196752.955946.7110
Yxy52.95590.32600.3581
Hunter Lab72.7708-9.126912.8818
CIE-Lab77.8490-5.806010.9686

#bec3ac color RGB value is (190,195,172).

#bec3ac hex color red value is 190, green value is 195 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #bec3ac hue: 0.20 , saturation: 0.16 and the lightness value of bec3ac is 0.72.

The process color (four color CMYK) of #bec3ac color hex is 0.03, 0.00, 0.12, 0.24. Web safe color of #bec3ac is #cccc99. Color #bec3ac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11000011 10101100
Octal 276 303 254
Decimal 190 195 172
Hex BE C3 AC

RGB Percentages of Color #bec3ac

%34.11
%35.01
%30.88

CMYK Percentages of Color #bec3ac

%3
%0
%12
%24

Triadic Colors of #bec3ac

#bec3ac #acbec3 #c3acbe

Analogous Colors of #bec3ac

#bec3ac #b3c3ac #c3bdac

Monochromatic Colors of #bec3ac

#bec3ac

Complementary Color

#bec3ac #b1acc3

#bec3ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bec3ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#bec3ac Color CSS Codes

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

#bec3ac Text Font Color

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

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


#bec3ac Background Color

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

This div background color is #bec3ac


#bec3ac Border Color

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

This div border color is #bec3ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bec3ac


Comments

No comments written yet.

Please login to write comment.