Color Hex Logo

#bda418 Color Hex

#BDA418
(189,164,24)
0 Favorites   0 Comments

Color spaces of #bda418

RGB 18916424
HSL0.140.770.42
HSV51°87°74°
CMYK 0.000.130.87   0.26
XYZ34.426637.43576.2755
Yxy37.43570.44060.4791
Hunter Lab61.1847-6.637336.7481
CIE-Lab67.6026-3.941866.8876

#bda418 color RGB value is (189,164,24).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10100100 00011000
Octal 275 244 30
Decimal 189 164 24
Hex BD A4 18

RGB Percentages of Color #bda418

%50.13
%43.50
%6.37

CMYK Percentages of Color #bda418

%0
%13
%87
%26

Triadic Colors of #bda418

#bda418 #18bda4 #a418bd

Analogous Colors of #bda418

#bda418 #84bd18 #bd5218

Monochromatic Colors of #bda418

#bda418

Complementary Color

#bda418 #1831bd

#bda418 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda418 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda418 Color CSS Codes

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

#bda418 Text Font Color

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

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


#bda418 Background Color

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

This div background color is #bda418


#bda418 Border Color

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

This div border color is #bda418


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda418


Comments

No comments written yet.

Please login to write comment.