Color Hex Logo

#bebcaa Color Hex

#BEBCAA
(190,188,170)
0 Favorites   0 Comments

Color spaces of #bebcaa

RGB 190188170
HSL0.150.130.71
HSV54°11°75°
CMYK 0.000.010.11   0.25
XYZ46.474149.815945.1962
Yxy49.81590.32850.3521
Hunter Lab70.5804-5.981211.4399
CIE-Lab75.9561-2.45519.3536

#bebcaa color RGB value is (190,188,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111100 10101010
Octal 276 274 252
Decimal 190 188 170
Hex BE BC AA

RGB Percentages of Color #bebcaa

%34.67
%34.31
%31.02

CMYK Percentages of Color #bebcaa

%0
%1
%11
%25

Triadic Colors of #bebcaa

#bebcaa #aabebc #bcaabe

Analogous Colors of #bebcaa

#bebcaa #b6beaa #beb2aa

Monochromatic Colors of #bebcaa

#bebcaa

Complementary Color

#bebcaa #aaacbe

#bebcaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bebcaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bebcaa Color CSS Codes

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

#bebcaa Text Font Color

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

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


#bebcaa Background Color

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

This div background color is #bebcaa


#bebcaa Border Color

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

This div border color is #bebcaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bebcaa


Comments

No comments written yet.

Please login to write comment.