Color Hex Logo

#bda44c Color Hex

#BDA44C
(189,164,76)
0 Favorites   0 Comments

Color spaces of #bda44c

RGB 18916476
HSL0.130.460.52
HSV47°60°74°
CMYK 0.000.130.60   0.26
XYZ35.566237.891512.2767
Yxy37.89150.41480.4420
Hunter Lab61.5561-4.588431.2645
CIE-Lab67.9406-1.508348.1043

#bda44c color RGB value is (189,164,76).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10100100 01001100
Octal 275 244 114
Decimal 189 164 76
Hex BD A4 4C

RGB Percentages of Color #bda44c

%44.06
%38.23
%17.72

CMYK Percentages of Color #bda44c

%0
%13
%60
%26

Triadic Colors of #bda44c

#bda44c #4cbda4 #a44cbd

Analogous Colors of #bda44c

#bda44c #9ebd4c #bd6c4c

Monochromatic Colors of #bda44c

#bda44c

Complementary Color

#bda44c #4c65bd

#bda44c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda44c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda44c Color CSS Codes

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

#bda44c Text Font Color

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

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


#bda44c Background Color

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

This div background color is #bda44c


#bda44c Border Color

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

This div border color is #bda44c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda44c


Comments

No comments written yet.

Please login to write comment.