Color Hex Logo

#bda36c Color Hex

#BDA36C
(189,163,108)
0 Favorites   0 Comments

Color spaces of #bda36c

RGB 189163108
HSL0.110.380.58
HSV41°43°74°
CMYK 0.000.140.43   0.26
XYZ36.790238.095919.6015
Yxy38.09590.38940.4032
Hunter Lab61.7219-1.615824.3761
CIE-Lab68.09121.929032.0556

#bda36c color RGB value is (189,163,108).

#bda36c hex color red value is 189, green value is 163 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #bda36c hue: 0.11 , saturation: 0.38 and the lightness value of bda36c is 0.58.

The process color (four color CMYK) of #bda36c color hex is 0.00, 0.14, 0.43, 0.26. Web safe color of #bda36c is #cc9966. Color #bda36c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10100011 01101100
Octal 275 243 154
Decimal 189 163 108
Hex BD A3 6C

RGB Percentages of Color #bda36c

%41.09
%35.43
%23.48

CMYK Percentages of Color #bda36c

%0
%14
%43
%26

Triadic Colors of #bda36c

#bda36c #6cbda3 #a36cbd

Analogous Colors of #bda36c

#bda36c #afbd6c #bd7b6c

Monochromatic Colors of #bda36c

#bda36c

Complementary Color

#bda36c #6c86bd

#bda36c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda36c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda36c Color CSS Codes

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

#bda36c Text Font Color

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

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


#bda36c Background Color

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

This div background color is #bda36c


#bda36c Border Color

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

This div border color is #bda36c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda36c


Comments

No comments written yet.

Please login to write comment.