Color Hex Logo

#bda410 Color Hex

#BDA410
(189,164,16)
0 Favorites   0 Comments

Color spaces of #bda410

RGB 18916416
HSL0.140.840.40
HSV51°92°74°
CMYK 0.000.130.92   0.26
XYZ34.355337.40715.8998
Yxy37.40710.44240.4817
Hunter Lab61.1613-6.766137.0937
CIE-Lab67.5813-4.096268.4244

#bda410 color RGB value is (189,164,16).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10100100 00010000
Octal 275 244 20
Decimal 189 164 16
Hex BD A4 10

RGB Percentages of Color #bda410

%51.22
%44.44
%4.34

CMYK Percentages of Color #bda410

%0
%13
%92
%26

Triadic Colors of #bda410

#bda410 #10bda4 #a410bd

Analogous Colors of #bda410

#bda410 #80bd10 #bd4e10

Monochromatic Colors of #bda410

#bda410

Complementary Color

#bda410 #1029bd

#bda410 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda410 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda410 Color CSS Codes

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

#bda410 Text Font Color

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

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


#bda410 Background Color

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

This div background color is #bda410


#bda410 Border Color

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

This div border color is #bda410


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda410


Comments

No comments written yet.

Please login to write comment.