Color Hex Logo

#bda39c Color Hex

#BDA39C
(189,163,156)
0 Favorites   0 Comments

Color spaces of #bda39c

RGB 189163156
HSL0.040.200.68
HSV13°17°74°
CMYK 0.000.140.17   0.26
XYZ40.084239.413536.9474
Yxy39.41350.34420.3385
Hunter Lab62.78024.10439.0528
CIE-Lab69.04978.36347.1384

#bda39c color RGB value is (189,163,156).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10100011 10011100
Octal 275 243 234
Decimal 189 163 156
Hex BD A3 9C

RGB Percentages of Color #bda39c

%37.20
%32.09
%30.71

CMYK Percentages of Color #bda39c

%0
%14
%17
%26

Triadic Colors of #bda39c

#bda39c #9cbda3 #a39cbd

Analogous Colors of #bda39c

#bda39c #bdb49c #bd9ca6

Monochromatic Colors of #bda39c

#bda39c

Complementary Color

#bda39c #9cb6bd

#bda39c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda39c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda39c Color CSS Codes

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

#bda39c Text Font Color

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

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


#bda39c Background Color

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

This div background color is #bda39c


#bda39c Border Color

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

This div border color is #bda39c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,163,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 #bda39c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda39c


Comments

No comments written yet.

Please login to write comment.