Color Hex Logo

#bea9ac Color Hex

#BEA9AC
(190,169,172)
0 Favorites   0 Comments

Color spaces of #bea9ac

RGB 190169172
HSL0.980.140.70
HSV351°11°75°
CMYK 0.000.110.09   0.25
XYZ42.869642.301644.9353
Yxy42.30160.32950.3251
Hunter Lab65.03973.83534.5649
CIE-Lab71.07848.11071.2313

#bea9ac color RGB value is (190,169,172).

#bea9ac hex color red value is 190, green value is 169 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #bea9ac hue: 0.98 , saturation: 0.14 and the lightness value of bea9ac is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101001 10101100
Octal 276 251 254
Decimal 190 169 172
Hex BE A9 AC

RGB Percentages of Color #bea9ac

%35.78
%31.83
%32.39

CMYK Percentages of Color #bea9ac

%0
%11
%9
%25

Triadic Colors of #bea9ac

#bea9ac #acbea9 #a9acbe

Analogous Colors of #bea9ac

#bea9ac #beb1a9 #bea9b7

Monochromatic Colors of #bea9ac

#bea9ac

Complementary Color

#bea9ac #a9bebb

#bea9ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bea9ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#bea9ac Color CSS Codes

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

#bea9ac Text Font Color

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

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


#bea9ac Background Color

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

This div background color is #bea9ac


#bea9ac Border Color

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

This div border color is #bea9ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bea9ac


Comments

No comments written yet.

Please login to write comment.