Color Hex Logo

#bdaba3 Color Hex

#BDABA3
(189,171,163)
0 Favorites   0 Comments

Color spaces of #bdaba3

RGB 189171163
HSL0.050.160.69
HSV18°14°74°
CMYK 0.000.100.14   0.26
XYZ42.160042.589040.6488
Yxy42.58900.33620.3396
Hunter Lab65.26021.11078.7521
CIE-Lab71.27515.13516.4644

#bdaba3 color RGB value is (189,171,163).

#bdaba3 hex color red value is 189, green value is 171 and the blue value of its RGB is 163. Cylindrical-coordinate representations (also known as HSL) of color #bdaba3 hue: 0.05 , saturation: 0.16 and the lightness value of bdaba3 is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101011 10100011
Octal 275 253 243
Decimal 189 171 163
Hex BD AB A3

RGB Percentages of Color #bdaba3

%36.14
%32.70
%31.17

CMYK Percentages of Color #bdaba3

%0
%10
%14
%26

Triadic Colors of #bdaba3

#bdaba3 #a3bdab #aba3bd

Analogous Colors of #bdaba3

#bdaba3 #bdb8a3 #bda3a8

Monochromatic Colors of #bdaba3

#bdaba3

Complementary Color

#bdaba3 #a3b5bd

#bdaba3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdaba3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdaba3 Color CSS Codes

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

#bdaba3 Text Font Color

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

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


#bdaba3 Background Color

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

This div background color is #bdaba3


#bdaba3 Border Color

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

This div border color is #bdaba3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdaba3


Comments

No comments written yet.

Please login to write comment.