Color Hex Logo

#bea995 Color Hex

#BEA995
(190,169,149)
0 Favorites   0 Comments

Color spaces of #bea995

RGB 190169149
HSL0.080.240.66
HSV29°22°75°
CMYK 0.000.110.22   0.25
XYZ40.848041.493034.2898
Yxy41.49300.35020.3558
Hunter Lab64.41510.467213.5289
CIE-Lab70.52004.392913.1015

#bea995 color RGB value is (190,169,149).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101001 10010101
Octal 276 251 225
Decimal 190 169 149
Hex BE A9 95

RGB Percentages of Color #bea995

%37.40
%33.27
%29.33

CMYK Percentages of Color #bea995

%0
%11
%22
%25

Triadic Colors of #bea995

#bea995 #95bea9 #a995be

Analogous Colors of #bea995

#bea995 #bebe95 #be9596

Monochromatic Colors of #bea995

#bea995

Complementary Color

#bea995 #95aabe

#bea995 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bea995 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bea995 Color CSS Codes

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

#bea995 Text Font Color

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

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


#bea995 Background Color

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

This div background color is #bea995


#bea995 Border Color

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

This div border color is #bea995


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bea995


Comments

No comments written yet.

Please login to write comment.