Color Hex Logo

#bebda9 Color Hex

#BEBDA9
(190,189,169)
0 Favorites   0 Comments

Color spaces of #bebda9

RGB 190189169
HSL0.160.140.70
HSV57°11°75°
CMYK 0.000.010.11   0.25
XYZ46.594250.206944.7712
Yxy50.20690.32910.3546
Hunter Lab70.8568-6.621012.1371
CIE-Lab76.1961-3.150410.2364

#bebda9 color RGB value is (190,189,169).

#bebda9 hex color red value is 190, green value is 189 and the blue value of its RGB is 169. Cylindrical-coordinate representations (also known as HSL) of color #bebda9 hue: 0.16 , saturation: 0.14 and the lightness value of bebda9 is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111101 10101001
Octal 276 275 251
Decimal 190 189 169
Hex BE BD A9

RGB Percentages of Color #bebda9

%34.67
%34.49
%30.84

CMYK Percentages of Color #bebda9

%0
%1
%11
%25

Triadic Colors of #bebda9

#bebda9 #a9bebd #bda9be

Analogous Colors of #bebda9

#bebda9 #b5bea9 #beb3a9

Monochromatic Colors of #bebda9

#bebda9

Complementary Color

#bebda9 #a9aabe

#bebda9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bebda9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bebda9 Color CSS Codes

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

#bebda9 Text Font Color

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

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


#bebda9 Background Color

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

This div background color is #bebda9


#bebda9 Border Color

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

This div border color is #bebda9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bebda9


Comments

No comments written yet.

Please login to write comment.