Color Hex Logo

#bda459 Color Hex

#BDA459
(189,164,89)
0 Favorites   0 Comments

Color spaces of #bda459

RGB 18916489
HSL0.130.430.55
HSV45°53°74°
CMYK 0.000.130.53   0.26
XYZ36.064938.091014.9027
Yxy38.09100.40500.4277
Hunter Lab61.7179-3.699728.8861
CIE-Lab68.0876-0.466041.9088

#bda459 color RGB value is (189,164,89).

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

The process color (four color CMYK) of #bda459 color hex is 0.00, 0.13, 0.53, 0.26. Web safe color of #bda459 is #cc9966. Color #bda459 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10100100 01011001
Octal 275 244 131
Decimal 189 164 89
Hex BD A4 59

RGB Percentages of Color #bda459

%42.76
%37.10
%20.14

CMYK Percentages of Color #bda459

%0
%13
%53
%26

Triadic Colors of #bda459

#bda459 #59bda4 #a459bd

Analogous Colors of #bda459

#bda459 #a4bd59 #bd7259

Monochromatic Colors of #bda459

#bda459

Complementary Color

#bda459 #5972bd

#bda459 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda459 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda459 Color CSS Codes

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

#bda459 Text Font Color

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

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


#bda459 Background Color

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

This div background color is #bda459


#bda459 Border Color

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

This div border color is #bda459


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda459

#bda459 Color Palettes


Comments

No comments written yet.

Please login to write comment.