Color Hex Logo

#bdb89b Color Hex

#BDB89B
(189,184,155)
0 Favorites   0 Comments

Color spaces of #bdb89b

RGB 189184155
HSL0.140.200.67
HSV51°18°74°
CMYK 0.000.030.18   0.26
XYZ44.043247.466437.8509
Yxy47.46640.34050.3669
Hunter Lab68.8959-6.457715.6536
CIE-Lab74.4871-3.114615.3853

#bdb89b color RGB value is (189,184,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111000 10011011
Octal 275 270 233
Decimal 189 184 155
Hex BD B8 9B

RGB Percentages of Color #bdb89b

%35.80
%34.85
%29.36

CMYK Percentages of Color #bdb89b

%0
%3
%18
%26

Triadic Colors of #bdb89b

#bdb89b #9bbdb8 #b89bbd

Analogous Colors of #bdb89b

#bdb89b #b1bd9b #bda79b

Monochromatic Colors of #bdb89b

#bdb89b

Complementary Color

#bdb89b #9ba0bd

#bdb89b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb89b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb89b Color CSS Codes

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

#bdb89b Text Font Color

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

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


#bdb89b Background Color

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

This div background color is #bdb89b


#bdb89b Border Color

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

This div border color is #bdb89b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb89b


Comments

No comments written yet.

Please login to write comment.