Color Hex Logo

#beaaa4 Color Hex

#BEAAA4
(190,170,164)
0 Favorites   0 Comments

Color spaces of #beaaa4

RGB 190170164
HSL0.040.170.69
HSV14°14°75°
CMYK 0.000.110.14   0.25
XYZ42.310842.376941.0715
Yxy42.37690.33640.3370
Hunter Lab65.09752.09728.1609
CIE-Lab71.13006.21485.7167

#beaaa4 color RGB value is (190,170,164).

#beaaa4 hex color red value is 190, green value is 170 and the blue value of its RGB is 164. Cylindrical-coordinate representations (also known as HSL) of color #beaaa4 hue: 0.04 , saturation: 0.17 and the lightness value of beaaa4 is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101010 10100100
Octal 276 252 244
Decimal 190 170 164
Hex BE AA A4

RGB Percentages of Color #beaaa4

%36.26
%32.44
%31.30

CMYK Percentages of Color #beaaa4

%0
%11
%14
%25

Triadic Colors of #beaaa4

#beaaa4 #a4beaa #aaa4be

Analogous Colors of #beaaa4

#beaaa4 #beb7a4 #bea4ab

Monochromatic Colors of #beaaa4

#beaaa4

Complementary Color

#beaaa4 #a4b8be

#beaaa4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beaaa4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beaaa4 Color CSS Codes

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

#beaaa4 Text Font Color

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

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


#beaaa4 Background Color

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

This div background color is #beaaa4


#beaaa4 Border Color

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

This div border color is #beaaa4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beaaa4


Comments

No comments written yet.

Please login to write comment.