Color Hex Logo

#beaba7 Color Hex

#BEABA7
(190,171,167)
0 Favorites   0 Comments

Color spaces of #beaba7

RGB 190171167
HSL0.030.150.70
HSV10°12°75°
CMYK 0.000.100.12   0.25
XYZ42.773242.863042.5782
Yxy42.86300.33360.3343
Hunter Lab65.46982.04667.2697
CIE-Lab71.46196.16994.5430

#beaba7 color RGB value is (190,171,167).

#beaba7 hex color red value is 190, green value is 171 and the blue value of its RGB is 167. Cylindrical-coordinate representations (also known as HSL) of color #beaba7 hue: 0.03 , saturation: 0.15 and the lightness value of beaba7 is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101011 10100111
Octal 276 253 247
Decimal 190 171 167
Hex BE AB A7

RGB Percentages of Color #beaba7

%35.98
%32.39
%31.63

CMYK Percentages of Color #beaba7

%0
%10
%12
%25

Triadic Colors of #beaba7

#beaba7 #a7beab #aba7be

Analogous Colors of #beaba7

#beaba7 #beb7a7 #bea7af

Monochromatic Colors of #beaba7

#beaba7

Complementary Color

#beaba7 #a7babe

#beaba7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beaba7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beaba7 Color CSS Codes

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

#beaba7 Text Font Color

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

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


#beaba7 Background Color

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

This div background color is #beaba7


#beaba7 Border Color

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

This div border color is #beaba7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beaba7


Comments

No comments written yet.

Please login to write comment.