Color Hex Logo

#bda44a Color Hex

#BDA44A
(189,164,74)
0 Favorites   0 Comments

Color spaces of #bda44a

RGB 18916474
HSL0.130.470.52
HSV47°61°74°
CMYK 0.000.130.61   0.26
XYZ35.497837.864111.9161
Yxy37.86410.41630.4440
Hunter Lab61.5338-4.710631.5921
CIE-Lab67.9203-1.652249.0249

#bda44a color RGB value is (189,164,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10100100 01001010
Octal 275 244 112
Decimal 189 164 74
Hex BD A4 4A

RGB Percentages of Color #bda44a

%44.26
%38.41
%17.33

CMYK Percentages of Color #bda44a

%0
%13
%61
%26

Triadic Colors of #bda44a

#bda44a #4abda4 #a44abd

Analogous Colors of #bda44a

#bda44a #9dbd4a #bd6b4a

Monochromatic Colors of #bda44a

#bda44a

Complementary Color

#bda44a #4a63bd

#bda44a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda44a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda44a Color CSS Codes

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

#bda44a Text Font Color

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

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


#bda44a Background Color

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

This div background color is #bda44a


#bda44a Border Color

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

This div border color is #bda44a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda44a


Comments

No comments written yet.

Please login to write comment.