Color Hex Logo

#bea4ac Color Hex

#BEA4AC
(190,164,172)
0 Favorites   0 Comments

Color spaces of #bea4ac

RGB 190164172
HSL0.950.170.69
HSV342°14°75°
CMYK 0.000.140.09   0.25
XYZ41.957140.476644.6311
Yxy40.47660.33020.3186
Hunter Lab63.62126.38052.9422
CIE-Lab69.807610.8478-0.6228

#bea4ac color RGB value is (190,164,172).

#bea4ac hex color red value is 190, green value is 164 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #bea4ac hue: 0.95 , saturation: 0.17 and the lightness value of bea4ac is 0.69.

The process color (four color CMYK) of #bea4ac color hex is 0.00, 0.14, 0.09, 0.25. Web safe color of #bea4ac is #cc9999. Color #bea4ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10100100 10101100
Octal 276 244 254
Decimal 190 164 172
Hex BE A4 AC

RGB Percentages of Color #bea4ac

%36.12
%31.18
%32.70

CMYK Percentages of Color #bea4ac

%0
%14
%9
%25

Triadic Colors of #bea4ac

#bea4ac #acbea4 #a4acbe

Analogous Colors of #bea4ac

#bea4ac #bea9a4 #bea4b9

Monochromatic Colors of #bea4ac

#bea4ac

Complementary Color

#bea4ac #a4beb6

#bea4ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bea4ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#bea4ac Color CSS Codes

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

#bea4ac Text Font Color

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

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


#bea4ac Background Color

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

This div background color is #bea4ac


#bea4ac Border Color

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

This div border color is #bea4ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bea4ac


Comments

No comments written yet.

Please login to write comment.