Color Hex Logo

#bda40f Color Hex

#BDA40F
(189,164,15)
0 Favorites   0 Comments

Color spaces of #bda40f

RGB 18916415
HSL0.140.850.40
HSV51°92°74°
CMYK 0.000.130.92   0.26
XYZ34.347937.40425.8613
Yxy37.40420.44260.4819
Hunter Lab61.1590-6.779637.1291
CIE-Lab67.5792-4.112568.5856

#bda40f color RGB value is (189,164,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10100100 00001111
Octal 275 244 17
Decimal 189 164 15
Hex BD A4 F

RGB Percentages of Color #bda40f

%51.36
%44.57
%4.08

CMYK Percentages of Color #bda40f

%0
%13
%92
%26

Triadic Colors of #bda40f

#bda40f #0fbda4 #a40fbd

Analogous Colors of #bda40f

#bda40f #7fbd0f #bd4d0f

Monochromatic Colors of #bda40f

#bda40f

Complementary Color

#bda40f #0f28bd

#bda40f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda40f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda40f Color CSS Codes

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

#bda40f Text Font Color

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

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


#bda40f Background Color

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

This div background color is #bda40f


#bda40f Border Color

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

This div border color is #bda40f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda40f


Comments

No comments written yet.

Please login to write comment.