Color Hex Logo

#bda440 Color Hex

#BDA440
(189,164,64)
0 Favorites   0 Comments

Color spaces of #bda440

RGB 18916464
HSL0.130.490.50
HSV48°66°74°
CMYK 0.000.130.66   0.26
XYZ35.187137.739910.2805
Yxy37.73990.42290.4536
Hunter Lab61.4328-5.267333.0811
CIE-Lab67.8285-2.309953.4606

#bda440 color RGB value is (189,164,64).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10100100 01000000
Octal 275 244 100
Decimal 189 164 64
Hex BD A4 40

RGB Percentages of Color #bda440

%45.32
%39.33
%15.35

CMYK Percentages of Color #bda440

%0
%13
%66
%26

Triadic Colors of #bda440

#bda440 #40bda4 #a440bd

Analogous Colors of #bda440

#bda440 #98bd40 #bd6640

Monochromatic Colors of #bda440

#bda440

Complementary Color

#bda440 #4059bd

#bda440 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda440 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda440 Color CSS Codes

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

#bda440 Text Font Color

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

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


#bda440 Background Color

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

This div background color is #bda440


#bda440 Border Color

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

This div border color is #bda440


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda440


Comments

No comments written yet.

Please login to write comment.