Color Hex Logo

#bea790 Color Hex

#BEA790
(190,167,144)
0 Favorites   0 Comments

Color spaces of #bea790

RGB 190167144
HSL0.080.260.65
HSV30°24°75°
CMYK 0.000.120.24   0.25
XYZ40.088040.598232.1089
Yxy40.59820.35540.3599
Hunter Lab63.71670.800814.7236
CIE-Lab69.89354.738414.9696

#bea790 color RGB value is (190,167,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10100111 10010000
Octal 276 247 220
Decimal 190 167 144
Hex BE A7 90

RGB Percentages of Color #bea790

%37.92
%33.33
%28.74

CMYK Percentages of Color #bea790

%0
%12
%24
%25

Triadic Colors of #bea790

#bea790 #90bea7 #a790be

Analogous Colors of #bea790

#bea790 #bebe90 #be9090

Monochromatic Colors of #bea790

#bea790

Complementary Color

#bea790 #90a7be

#bea790 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bea790 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bea790 Color CSS Codes

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

#bea790 Text Font Color

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

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


#bea790 Background Color

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

This div background color is #bea790


#bea790 Border Color

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

This div border color is #bea790


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bea790


Comments

No comments written yet.

Please login to write comment.