Color Hex Logo

#bda036 Color Hex

#BDA036
(189,160,54)
0 Favorites   0 Comments

Color spaces of #bda036

RGB 18916054
HSL0.130.560.48
HSV47°71°74°
CMYK 0.000.150.71   0.26
XYZ34.222936.22688.6788
Yxy36.22680.43250.4578
Hunter Lab60.1887-3.836333.5829
CIE-Lab66.6929-0.724756.5016

#bda036 color RGB value is (189,160,54).

#bda036 hex color red value is 189, green value is 160 and the blue value of its RGB is 54. Cylindrical-coordinate representations (also known as HSL) of color #bda036 hue: 0.13 , saturation: 0.56 and the lightness value of bda036 is 0.48.

The process color (four color CMYK) of #bda036 color hex is 0.00, 0.15, 0.71, 0.26. Web safe color of #bda036 is #cc9933. Color #bda036 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10100000 00110110
Octal 275 240 66
Decimal 189 160 54
Hex BD A0 36

RGB Percentages of Color #bda036

%46.90
%39.70
%13.40

CMYK Percentages of Color #bda036

%0
%15
%71
%26

Triadic Colors of #bda036

#bda036 #36bda0 #a036bd

Analogous Colors of #bda036

#bda036 #97bd36 #bd5d36

Monochromatic Colors of #bda036

#bda036

Complementary Color

#bda036 #3653bd

#bda036 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda036 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda036 Color CSS Codes

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

#bda036 Text Font Color

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

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


#bda036 Background Color

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

This div background color is #bda036


#bda036 Border Color

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

This div border color is #bda036


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda036


Comments

No comments written yet.

Please login to write comment.