Color Hex Logo

#bda720 Color Hex

#BDA720
(189,167,32)
0 Favorites   0 Comments

Color spaces of #bda720

RGB 18916732
HSL0.140.710.43
HSV52°83°74°
CMYK 0.000.120.83   0.26
XYZ35.065738.56056.9613
Yxy38.56050.43510.4785
Hunter Lab62.0971-7.872536.8214
CIE-Lab68.4317-5.323365.5995

#bda720 color RGB value is (189,167,32).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10100111 00100000
Octal 275 247 40
Decimal 189 167 32
Hex BD A7 20

RGB Percentages of Color #bda720

%48.71
%43.04
%8.25

CMYK Percentages of Color #bda720

%0
%12
%83
%26

Triadic Colors of #bda720

#bda720 #20bda7 #a720bd

Analogous Colors of #bda720

#bda720 #85bd20 #bd5920

Monochromatic Colors of #bda720

#bda720

Complementary Color

#bda720 #2036bd

#bda720 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda720 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda720 Color CSS Codes

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

#bda720 Text Font Color

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

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


#bda720 Background Color

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

This div background color is #bda720


#bda720 Border Color

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

This div border color is #bda720


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda720


Comments

No comments written yet.

Please login to write comment.