Color Hex Logo

#beabaa Color Hex

#BEABAA
(190,171,170)
0 Favorites   0 Comments

Color spaces of #beabaa

RGB 190171170
HSL0.010.130.71
HSV11°75°
CMYK 0.000.100.11   0.25
XYZ43.053842.975244.0561
Yxy42.97520.33100.3304
Hunter Lab65.55552.50856.0434
CIE-Lab71.53816.67733.0015

#beabaa color RGB value is (190,171,170).

#beabaa hex color red value is 190, green value is 171 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #beabaa hue: 0.01 , saturation: 0.13 and the lightness value of beabaa is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101011 10101010
Octal 276 253 252
Decimal 190 171 170
Hex BE AB AA

RGB Percentages of Color #beabaa

%35.78
%32.20
%32.02

CMYK Percentages of Color #beabaa

%0
%10
%11
%25

Triadic Colors of #beabaa

#beabaa #aabeab #abaabe

Analogous Colors of #beabaa

#beabaa #beb5aa #beaab3

Monochromatic Colors of #beabaa

#beabaa

Complementary Color

#beabaa #aabdbe

#beabaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beabaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#beabaa Color CSS Codes

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

#beabaa Text Font Color

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

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


#beabaa Background Color

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

This div background color is #beabaa


#beabaa Border Color

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

This div border color is #beabaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beabaa


Comments

No comments written yet.

Please login to write comment.