Color Hex Logo

#bda915 Color Hex

#BDA915
(189,169,21)
0 Favorites   0 Comments

Color spaces of #bda915

RGB 18916921
HSL0.150.800.41
HSV53°89°74°
CMYK 0.000.110.89   0.26
XYZ35.309639.24896.4242
Yxy39.24890.43600.4847
Hunter Lab62.6489-9.031237.7745
CIE-Lab68.9312-6.646868.5727

#bda915 color RGB value is (189,169,21).

#bda915 hex color red value is 189, green value is 169 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #bda915 hue: 0.15 , saturation: 0.80 and the lightness value of bda915 is 0.41.

The process color (four color CMYK) of #bda915 color hex is 0.00, 0.11, 0.89, 0.26. Web safe color of #bda915 is #cc9900. Color #bda915 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101001 00010101
Octal 275 251 25
Decimal 189 169 21
Hex BD A9 15

RGB Percentages of Color #bda915

%49.87
%44.59
%5.54

CMYK Percentages of Color #bda915

%0
%11
%89
%26

Triadic Colors of #bda915

#bda915 #15bda9 #a915bd

Analogous Colors of #bda915

#bda915 #7dbd15 #bd5515

Monochromatic Colors of #bda915

#bda915

Complementary Color

#bda915 #1529bd

#bda915 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda915 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda915 Color CSS Codes

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

#bda915 Text Font Color

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

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


#bda915 Background Color

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

This div background color is #bda915


#bda915 Border Color

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

This div border color is #bda915


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda915


Comments

No comments written yet.

Please login to write comment.