Color Hex Logo

#bdab93 Color Hex

#BDAB93
(189,171,147)
0 Favorites   0 Comments

Color spaces of #bdab93

RGB 189171147
HSL0.100.240.66
HSV34°22°74°
CMYK 0.000.100.22   0.26
XYZ40.815642.051233.5692
Yxy42.05120.35050.3612
Hunter Lab64.8469-1.131514.7003
CIE-Lab70.90622.628214.7274

#bdab93 color RGB value is (189,171,147).

#bdab93 hex color red value is 189, green value is 171 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #bdab93 hue: 0.10 , saturation: 0.24 and the lightness value of bdab93 is 0.66.

The process color (four color CMYK) of #bdab93 color hex is 0.00, 0.10, 0.22, 0.26. Web safe color of #bdab93 is #cc9999. Color #bdab93 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101011 10010011
Octal 275 253 223
Decimal 189 171 147
Hex BD AB 93

RGB Percentages of Color #bdab93

%37.28
%33.73
%28.99

CMYK Percentages of Color #bdab93

%0
%10
%22
%26

Triadic Colors of #bdab93

#bdab93 #93bdab #ab93bd

Analogous Colors of #bdab93

#bdab93 #babd93 #bd9693

Monochromatic Colors of #bdab93

#bdab93

Complementary Color

#bdab93 #93a5bd

#bdab93 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdab93 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdab93 Color CSS Codes

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

#bdab93 Text Font Color

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

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


#bdab93 Background Color

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

This div background color is #bdab93


#bdab93 Border Color

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

This div border color is #bdab93


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdab93


Comments

No comments written yet.

Please login to write comment.