Color Hex Logo

#bda400 Color Hex

#BDA400
(189,164,0)
1 Favorites   0 Comments

Color spaces of #bda400

RGB 1891640
HSL0.141.000.37
HSV52°100°74°
CMYK 0.000.131.00   0.26
XYZ34.261737.36975.4073
Yxy37.36970.44470.4851
Hunter Lab61.1308-6.935737.5471
CIE-Lab67.5535-4.299970.5437

#bda400 color RGB value is (189,164,0).

#bda400 hex color red value is 189, green value is 164 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #bda400 hue: 0.14 , saturation: 1.00 and the lightness value of bda400 is 0.37.

The process color (four color CMYK) of #bda400 color hex is 0.00, 0.13, 1.00, 0.26. Web safe color of #bda400 is #cc9900. Color #bda400 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10100100 00000000
Octal 275 244 0
Decimal 189 164 0
Hex BD A4 0

RGB Percentages of Color #bda400

%53.54
%46.46
%0.00

CMYK Percentages of Color #bda400

%0
%13
%100
%26

Triadic Colors of #bda400

#bda400 #00bda4 #a400bd

Analogous Colors of #bda400

#bda400 #78bd00 #bd4600

Monochromatic Colors of #bda400

#bda400

Complementary Color

#bda400 #0019bd

#bda400 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda400 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda400 Color CSS Codes

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

#bda400 Text Font Color

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

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


#bda400 Background Color

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

This div background color is #bda400


#bda400 Border Color

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

This div border color is #bda400


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda400


Comments

No comments written yet.

Please login to write comment.