Color Hex Logo

#bda45a Color Hex

#BDA45A
(189,164,90)
0 Favorites   0 Comments

Color spaces of #bda45a

RGB 18916490
HSL0.120.430.55
HSV45°52°74°
CMYK 0.000.130.52   0.26
XYZ36.107238.107915.1254
Yxy38.10790.40420.4265
Hunter Lab61.7316-3.624528.6850
CIE-Lab68.1001-0.378141.4194

#bda45a color RGB value is (189,164,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10100100 01011010
Octal 275 244 132
Decimal 189 164 90
Hex BD A4 5A

RGB Percentages of Color #bda45a

%42.66
%37.02
%20.32

CMYK Percentages of Color #bda45a

%0
%13
%52
%26

Triadic Colors of #bda45a

#bda45a #5abda4 #a45abd

Analogous Colors of #bda45a

#bda45a #a5bd5a #bd735a

Monochromatic Colors of #bda45a

#bda45a

Complementary Color

#bda45a #5a73bd

#bda45a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda45a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda45a Color CSS Codes

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

#bda45a Text Font Color

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

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


#bda45a Background Color

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

This div background color is #bda45a


#bda45a Border Color

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

This div border color is #bda45a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda45a


Comments

No comments written yet.

Please login to write comment.