Color Hex Logo

#bdb89e Color Hex

#BDB89E
(189,184,158)
0 Favorites   0 Comments

Color spaces of #bdb89e

RGB 189184158
HSL0.140.190.68
HSV50°16°74°
CMYK 0.000.030.16   0.26
XYZ44.298347.568439.1946
Yxy47.56840.33800.3629
Hunter Lab68.9698-6.049414.5852
CIE-Lab74.5519-2.648213.8522

#bdb89e color RGB value is (189,184,158).

#bdb89e hex color red value is 189, green value is 184 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #bdb89e hue: 0.14 , saturation: 0.19 and the lightness value of bdb89e is 0.68.

The process color (four color CMYK) of #bdb89e color hex is 0.00, 0.03, 0.16, 0.26. Web safe color of #bdb89e is #cccc99. Color #bdb89e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111000 10011110
Octal 275 270 236
Decimal 189 184 158
Hex BD B8 9E

RGB Percentages of Color #bdb89e

%35.59
%34.65
%29.76

CMYK Percentages of Color #bdb89e

%0
%3
%16
%26

Triadic Colors of #bdb89e

#bdb89e #9ebdb8 #b89ebd

Analogous Colors of #bdb89e

#bdb89e #b3bd9e #bda99e

Monochromatic Colors of #bdb89e

#bdb89e

Complementary Color

#bdb89e #9ea3bd

#bdb89e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb89e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb89e Color CSS Codes

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

#bdb89e Text Font Color

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

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


#bdb89e Background Color

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

This div background color is #bdb89e


#bdb89e Border Color

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

This div border color is #bdb89e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb89e

#bdb89e Color Palettes


Comments

No comments written yet.

Please login to write comment.