Color Hex Logo

#bea3ae Color Hex

#BEA3AE
(190,163,174)
0 Favorites   0 Comments

Color spaces of #bea3ae

RGB 190163174
HSL0.930.170.69
HSV336°14°75°
CMYK 0.000.140.08   0.25
XYZ41.972440.197545.5911
Yxy40.19750.32850.3146
Hunter Lab63.40157.21611.7465
CIE-Lab69.610011.7461-2.0213

#bea3ae color RGB value is (190,163,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10100011 10101110
Octal 276 243 256
Decimal 190 163 174
Hex BE A3 AE

RGB Percentages of Color #bea3ae

%36.05
%30.93
%33.02

CMYK Percentages of Color #bea3ae

%0
%14
%8
%25

Triadic Colors of #bea3ae

#bea3ae #aebea3 #a3aebe

Analogous Colors of #bea3ae

#bea3ae #bea6a3 #bea3bc

Monochromatic Colors of #bea3ae

#bea3ae

Complementary Color

#bea3ae #a3beb3

#bea3ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bea3ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#bea3ae Color CSS Codes

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

#bea3ae Text Font Color

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

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


#bea3ae Background Color

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

This div background color is #bea3ae


#bea3ae Border Color

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

This div border color is #bea3ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bea3ae


Comments

No comments written yet.

Please login to write comment.