Color Hex Logo

#bebeaa Color Hex

#BEBEAA
(190,190,170)
0 Favorites   0 Comments

Color spaces of #bebeaa

RGB 190190170
HSL0.170.130.71
HSV60°11°75°
CMYK 0.000.000.11   0.25
XYZ46.904450.676345.3396
Yxy50.67630.32820.3546
Hunter Lab71.1873-6.966412.0690
CIE-Lab76.4825-3.512110.1035

#bebeaa color RGB value is (190,190,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111110 10101010
Octal 276 276 252
Decimal 190 190 170
Hex BE BE AA

RGB Percentages of Color #bebeaa

%34.55
%34.55
%30.91

CMYK Percentages of Color #bebeaa

%0
%0
%11
%25

Triadic Colors of #bebeaa

#bebeaa #aabebe #beaabe

Analogous Colors of #bebeaa

#bebeaa #b4beaa #beb4aa

Monochromatic Colors of #bebeaa

#bebeaa

Complementary Color

#bebeaa #aaaabe

#bebeaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bebeaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bebeaa Color CSS Codes

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

#bebeaa Text Font Color

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

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


#bebeaa Background Color

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

This div background color is #bebeaa


#bebeaa Border Color

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

This div border color is #bebeaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bebeaa


Comments

No comments written yet.

Please login to write comment.