Color Hex Logo

#beac90 Color Hex

#BEAC90
(190,172,144)
0 Favorites   0 Comments

Color spaces of #beac90

RGB 190172144
HSL0.100.260.65
HSV37°24°75°
CMYK 0.000.090.24   0.25
XYZ41.021842.465832.4202
Yxy42.46580.35390.3664
Hunter Lab65.1658-1.674616.1191
CIE-Lab71.19092.035316.7777

#beac90 color RGB value is (190,172,144).

#beac90 hex color red value is 190, green value is 172 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #beac90 hue: 0.10 , saturation: 0.26 and the lightness value of beac90 is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101100 10010000
Octal 276 254 220
Decimal 190 172 144
Hex BE AC 90

RGB Percentages of Color #beac90

%37.55
%33.99
%28.46

CMYK Percentages of Color #beac90

%0
%9
%24
%25

Triadic Colors of #beac90

#beac90 #90beac #ac90be

Analogous Colors of #beac90

#beac90 #b9be90 #be9590

Monochromatic Colors of #beac90

#beac90

Complementary Color

#beac90 #90a2be

#beac90 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beac90 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beac90 Color CSS Codes

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

#beac90 Text Font Color

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

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


#beac90 Background Color

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

This div background color is #beac90


#beac90 Border Color

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

This div border color is #beac90


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beac90

#beac90 Color Palettes


Comments

No comments written yet.

Please login to write comment.