Color Hex Logo

#bda403 Color Hex

#BDA403
(189,164,3)
0 Favorites   0 Comments

Color spaces of #bda403

RGB 1891643
HSL0.140.970.38
HSV52°98°74°
CMYK 0.000.130.98   0.26
XYZ34.278237.37635.4938
Yxy37.37630.44430.4845
Hunter Lab61.1362-6.905837.4674
CIE-Lab67.5584-4.264070.1623

#bda403 color RGB value is (189,164,3).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10100100 00000011
Octal 275 244 3
Decimal 189 164 3
Hex BD A4 3

RGB Percentages of Color #bda403

%53.09
%46.07
%0.84

CMYK Percentages of Color #bda403

%0
%13
%98
%26

Triadic Colors of #bda403

#bda403 #03bda4 #a403bd

Analogous Colors of #bda403

#bda403 #79bd03 #bd4703

Monochromatic Colors of #bda403

#bda403

Complementary Color

#bda403 #031cbd

#bda403 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda403 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda403 Color CSS Codes

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

#bda403 Text Font Color

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

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


#bda403 Background Color

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

This div background color is #bda403


#bda403 Border Color

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

This div border color is #bda403


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda403


Comments

No comments written yet.

Please login to write comment.