Color Hex Logo

#bea490 Color Hex

#BEA490
(190,164,144)
0 Favorites   0 Comments

Color spaces of #bea490

RGB 190164144
HSL0.070.260.65
HSV26°24°75°
CMYK 0.000.140.24   0.25
XYZ39.544739.511731.9278
Yxy39.51170.35630.3560
Hunter Lab62.85832.293813.8855
CIE-Lab69.12036.369413.8873

#bea490 color RGB value is (190,164,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10100100 10010000
Octal 276 244 220
Decimal 190 164 144
Hex BE A4 90

RGB Percentages of Color #bea490

%38.15
%32.93
%28.92

CMYK Percentages of Color #bea490

%0
%14
%24
%25

Triadic Colors of #bea490

#bea490 #90bea4 #a490be

Analogous Colors of #bea490

#bea490 #bebb90 #be9093

Monochromatic Colors of #bea490

#bea490

Complementary Color

#bea490 #90aabe

#bea490 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bea490 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bea490 Color CSS Codes

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

#bea490 Text Font Color

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

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


#bea490 Background Color

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

This div background color is #bea490


#bea490 Border Color

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

This div border color is #bea490


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,164,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 #bea490">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bea490


Comments

No comments written yet.

Please login to write comment.