Color Hex Logo

#bda124 Color Hex

#BDA124
(189,161,36)
0 Favorites   0 Comments

Color spaces of #bda124

RGB 18916136
HSL0.140.680.44
HSV49°81°74°
CMYK 0.000.150.81   0.26
XYZ34.049636.43596.9073
Yxy36.43590.44000.4708
Hunter Lab60.3622-4.944035.4689
CIE-Lab66.8516-2.010663.0826

#bda124 color RGB value is (189,161,36).

#bda124 hex color red value is 189, green value is 161 and the blue value of its RGB is 36. Cylindrical-coordinate representations (also known as HSL) of color #bda124 hue: 0.14 , saturation: 0.68 and the lightness value of bda124 is 0.44.

The process color (four color CMYK) of #bda124 color hex is 0.00, 0.15, 0.81, 0.26. Web safe color of #bda124 is #cc9933. Color #bda124 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10100001 00100100
Octal 275 241 44
Decimal 189 161 36
Hex BD A1 24

RGB Percentages of Color #bda124

%48.96
%41.71
%9.33

CMYK Percentages of Color #bda124

%0
%15
%81
%26

Triadic Colors of #bda124

#bda124 #24bda1 #a124bd

Analogous Colors of #bda124

#bda124 #8dbd24 #bd5524

Monochromatic Colors of #bda124

#bda124

Complementary Color

#bda124 #2440bd

#bda124 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda124 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda124 Color CSS Codes

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

#bda124 Text Font Color

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

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


#bda124 Background Color

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

This div background color is #bda124


#bda124 Border Color

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

This div border color is #bda124


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda124


Comments

No comments written yet.

Please login to write comment.