Color Hex Logo

#bda731 Color Hex

#BDA731
(189,167,49)
0 Favorites   0 Comments

Color spaces of #bda731

RGB 18916749
HSL0.140.590.47
HSV51°74°74°
CMYK 0.000.120.74   0.26
XYZ35.359438.67808.5077
Yxy38.67800.42840.4686
Hunter Lab62.1916-7.348235.4234
CIE-Lab68.5174-4.694260.2167

#bda731 color RGB value is (189,167,49).

#bda731 hex color red value is 189, green value is 167 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #bda731 hue: 0.14 , saturation: 0.59 and the lightness value of bda731 is 0.47.

The process color (four color CMYK) of #bda731 color hex is 0.00, 0.12, 0.74, 0.26. Web safe color of #bda731 is #cc9933. Color #bda731 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10100111 00110001
Octal 275 247 61
Decimal 189 167 49
Hex BD A7 31

RGB Percentages of Color #bda731

%46.67
%41.23
%12.10

CMYK Percentages of Color #bda731

%0
%12
%74
%26

Triadic Colors of #bda731

#bda731 #31bda7 #a731bd

Analogous Colors of #bda731

#bda731 #8dbd31 #bd6131

Monochromatic Colors of #bda731

#bda731

Complementary Color

#bda731 #3147bd

#bda731 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda731 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda731 Color CSS Codes

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

#bda731 Text Font Color

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

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


#bda731 Background Color

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

This div background color is #bda731


#bda731 Border Color

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

This div border color is #bda731


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda731


Comments

No comments written yet.

Please login to write comment.