Color Hex Logo

#bdaba1 Color Hex

#BDABA1
(189,171,161)
0 Favorites   0 Comments

Color spaces of #bdaba1

RGB 189171161
HSL0.060.180.69
HSV21°15°74°
CMYK 0.000.100.15   0.26
XYZ41.982242.517839.7123
Yxy42.51780.33800.3423
Hunter Lab65.20570.81609.5345
CIE-Lab71.22654.80817.4950

#bdaba1 color RGB value is (189,171,161).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101011 10100001
Octal 275 253 241
Decimal 189 171 161
Hex BD AB A1

RGB Percentages of Color #bdaba1

%36.28
%32.82
%30.90

CMYK Percentages of Color #bdaba1

%0
%10
%15
%26

Triadic Colors of #bdaba1

#bdaba1 #a1bdab #aba1bd

Analogous Colors of #bdaba1

#bdaba1 #bdb9a1 #bda1a5

Monochromatic Colors of #bdaba1

#bdaba1

Complementary Color

#bdaba1 #a1b3bd

#bdaba1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdaba1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdaba1 Color CSS Codes

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

#bdaba1 Text Font Color

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

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


#bdaba1 Background Color

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

This div background color is #bdaba1


#bdaba1 Border Color

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

This div border color is #bdaba1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdaba1


Comments

No comments written yet.

Please login to write comment.