Color Hex Logo

#bea297 Color Hex

#BEA297
(190,162,151)
0 Favorites   0 Comments

Color spaces of #bea297

RGB 190162151
HSL0.050.230.67
HSV17°21°75°
CMYK 0.000.150.21   0.25
XYZ39.741439.022234.7156
Yxy39.02220.35020.3439
Hunter Lab62.46784.241510.7778
CIE-Lab68.76738.50879.5189

#bea297 color RGB value is (190,162,151).

#bea297 hex color red value is 190, green value is 162 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #bea297 hue: 0.05 , saturation: 0.23 and the lightness value of bea297 is 0.67.

The process color (four color CMYK) of #bea297 color hex is 0.00, 0.15, 0.21, 0.25. Web safe color of #bea297 is #cc9999. Color #bea297 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10100010 10010111
Octal 276 242 227
Decimal 190 162 151
Hex BE A2 97

RGB Percentages of Color #bea297

%37.77
%32.21
%30.02

CMYK Percentages of Color #bea297

%0
%15
%21
%25

Triadic Colors of #bea297

#bea297 #97bea2 #a297be

Analogous Colors of #bea297

#bea297 #beb697 #be97a0

Monochromatic Colors of #bea297

#bea297

Complementary Color

#bea297 #97b3be

#bea297 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bea297 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bea297 Color CSS Codes

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

#bea297 Text Font Color

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

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


#bea297 Background Color

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

This div background color is #bea297


#bea297 Border Color

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

This div border color is #bea297


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bea297

#bea297 Color Palettes


Comments

No comments written yet.

Please login to write comment.