Color Hex Logo

#bda34c Color Hex

#BDA34C
(189,163,76)
0 Favorites   0 Comments

Color spaces of #bda34c

RGB 18916376
HSL0.130.460.52
HSV46°60°74°
CMYK 0.000.140.60   0.26
XYZ35.388037.535012.2173
Yxy37.53500.41560.4409
Hunter Lab61.2658-4.111131.0628
CIE-Lab67.6765-0.972847.8051

#bda34c color RGB value is (189,163,76).

#bda34c hex color red value is 189, green value is 163 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #bda34c hue: 0.13 , saturation: 0.46 and the lightness value of bda34c is 0.52.

The process color (four color CMYK) of #bda34c color hex is 0.00, 0.14, 0.60, 0.26. Web safe color of #bda34c is #cc9933. Color #bda34c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10100011 01001100
Octal 275 243 114
Decimal 189 163 76
Hex BD A3 4C

RGB Percentages of Color #bda34c

%44.16
%38.08
%17.76

CMYK Percentages of Color #bda34c

%0
%14
%60
%26

Triadic Colors of #bda34c

#bda34c #4cbda3 #a34cbd

Analogous Colors of #bda34c

#bda34c #9fbd4c #bd6b4c

Monochromatic Colors of #bda34c

#bda34c

Complementary Color

#bda34c #4c66bd

#bda34c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda34c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda34c Color CSS Codes

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

#bda34c Text Font Color

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

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


#bda34c Background Color

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

This div background color is #bda34c


#bda34c Border Color

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

This div border color is #bda34c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda34c


Comments

No comments written yet.

Please login to write comment.