Color Hex Logo

#bda72e Color Hex

#BDA72E
(189,167,46)
0 Favorites   0 Comments

Color spaces of #bda72e

RGB 18916746
HSL0.140.610.46
HSV51°76°74°
CMYK 0.000.120.76   0.26
XYZ35.298138.65358.1852
Yxy38.65350.42970.4706
Hunter Lab62.1719-7.457635.7146
CIE-Lab68.4995-4.825261.2803

#bda72e color RGB value is (189,167,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10100111 00101110
Octal 275 247 56
Decimal 189 167 46
Hex BD A7 2E

RGB Percentages of Color #bda72e

%47.01
%41.54
%11.44

CMYK Percentages of Color #bda72e

%0
%12
%76
%26

Triadic Colors of #bda72e

#bda72e #2ebda7 #a72ebd

Analogous Colors of #bda72e

#bda72e #8cbd2e #bd5f2e

Monochromatic Colors of #bda72e

#bda72e

Complementary Color

#bda72e #2e44bd

#bda72e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda72e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda72e Color CSS Codes

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

#bda72e Text Font Color

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

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


#bda72e Background Color

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

This div background color is #bda72e


#bda72e Border Color

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

This div border color is #bda72e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda72e


Comments

No comments written yet.

Please login to write comment.