Color Hex Logo

#bea394 Color Hex

#BEA394
(190,163,148)
0 Favorites   0 Comments

Color spaces of #bea394

RGB 190163148
HSL0.060.240.66
HSV21°22°75°
CMYK 0.000.140.22   0.25
XYZ39.677739.279733.5075
Yxy39.27970.35280.3493
Hunter Lab62.67353.327112.1729
CIE-Lab68.95347.506911.4433

#bea394 color RGB value is (190,163,148).

#bea394 hex color red value is 190, green value is 163 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #bea394 hue: 0.06 , saturation: 0.24 and the lightness value of bea394 is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10100011 10010100
Octal 276 243 224
Decimal 190 163 148
Hex BE A3 94

RGB Percentages of Color #bea394

%37.92
%32.53
%29.54

CMYK Percentages of Color #bea394

%0
%14
%22
%25

Triadic Colors of #bea394

#bea394 #94bea3 #a394be

Analogous Colors of #bea394

#bea394 #beb894 #be949a

Monochromatic Colors of #bea394

#bea394

Complementary Color

#bea394 #94afbe

#bea394 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bea394 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bea394 Color CSS Codes

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

#bea394 Text Font Color

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

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


#bea394 Background Color

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

This div background color is #bea394


#bea394 Border Color

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

This div border color is #bea394


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bea394


Comments

No comments written yet.

Please login to write comment.