Color Hex Logo

#bebbaa Color Hex

#BEBBAA
(190,187,170)
0 Favorites   0 Comments

Color spaces of #bebbaa

RGB 190187170
HSL0.140.130.71
HSV51°11°75°
CMYK 0.000.020.11   0.25
XYZ46.261249.390145.1252
Yxy49.39010.32860.3508
Hunter Lab70.2781-5.487411.1249
CIE-Lab75.6934-1.92508.9787

#bebbaa color RGB value is (190,187,170).

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

The process color (four color CMYK) of #bebbaa color hex is 0.00, 0.02, 0.11, 0.25. Web safe color of #bebbaa is #cccc99. Color #bebbaa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111011 10101010
Octal 276 273 252
Decimal 190 187 170
Hex BE BB AA

RGB Percentages of Color #bebbaa

%34.73
%34.19
%31.08

CMYK Percentages of Color #bebbaa

%0
%2
%11
%25

Triadic Colors of #bebbaa

#bebbaa #aabebb #bbaabe

Analogous Colors of #bebbaa

#bebbaa #b7beaa #beb1aa

Monochromatic Colors of #bebbaa

#bebbaa

Complementary Color

#bebbaa #aaadbe

#bebbaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bebbaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bebbaa Color CSS Codes

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

#bebbaa Text Font Color

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

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


#bebbaa Background Color

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

This div background color is #bebbaa


#bebbaa Border Color

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

This div border color is #bebbaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bebbaa


Comments

No comments written yet.

Please login to write comment.