Color Hex Logo

#bda29c Color Hex

#BDA29C
(189,162,156)
0 Favorites   0 Comments

Color spaces of #bda29c

RGB 189162156
HSL0.030.200.68
HSV11°17°74°
CMYK 0.000.140.17   0.26
XYZ39.907339.059836.8884
Yxy39.05980.34450.3371
Hunter Lab62.49784.60808.7535
CIE-Lab68.79468.91096.7728

#bda29c color RGB value is (189,162,156).

#bda29c hex color red value is 189, green value is 162 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #bda29c hue: 0.03 , saturation: 0.20 and the lightness value of bda29c is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10100010 10011100
Octal 275 242 234
Decimal 189 162 156
Hex BD A2 9C

RGB Percentages of Color #bda29c

%37.28
%31.95
%30.77

CMYK Percentages of Color #bda29c

%0
%14
%17
%26

Triadic Colors of #bda29c

#bda29c #9cbda2 #a29cbd

Analogous Colors of #bda29c

#bda29c #bdb39c #bd9ca7

Monochromatic Colors of #bda29c

#bda29c

Complementary Color

#bda29c #9cb7bd

#bda29c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda29c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda29c Color CSS Codes

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

#bda29c Text Font Color

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

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


#bda29c Background Color

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

This div background color is #bda29c


#bda29c Border Color

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

This div border color is #bda29c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda29c


Comments

No comments written yet.

Please login to write comment.