Color Hex Logo

#bda449 Color Hex

#BDA449
(189,164,73)
0 Favorites   0 Comments

Color spaces of #bda449

RGB 18916473
HSL0.130.470.51
HSV47°61°74°
CMYK 0.000.130.61   0.26
XYZ35.464337.850811.7401
Yxy37.85080.41700.4450
Hunter Lab61.5230-4.770831.7521
CIE-Lab67.9105-1.723149.4813

#bda449 color RGB value is (189,164,73).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10100100 01001001
Octal 275 244 111
Decimal 189 164 73
Hex BD A4 49

RGB Percentages of Color #bda449

%44.37
%38.50
%17.14

CMYK Percentages of Color #bda449

%0
%13
%61
%26

Triadic Colors of #bda449

#bda449 #49bda4 #a449bd

Analogous Colors of #bda449

#bda449 #9cbd49 #bd6a49

Monochromatic Colors of #bda449

#bda449

Complementary Color

#bda449 #4962bd

#bda449 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda449 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda449 Color CSS Codes

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

#bda449 Text Font Color

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

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


#bda449 Background Color

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

This div background color is #bda449


#bda449 Border Color

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

This div border color is #bda449


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda449


Comments

No comments written yet.

Please login to write comment.