Color Hex Logo

#bda815 Color Hex

#BDA815
(189,168,21)
0 Favorites   0 Comments

Color spaces of #bda815

RGB 18916821
HSL0.150.800.41
HSV53°89°74°
CMYK 0.000.110.89   0.26
XYZ35.124338.87826.3625
Yxy38.87820.43710.4838
Hunter Lab62.3524-8.564237.5967
CIE-Lab68.6629-6.120468.3603

#bda815 color RGB value is (189,168,21).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101000 00010101
Octal 275 250 25
Decimal 189 168 21
Hex BD A8 15

RGB Percentages of Color #bda815

%50.00
%44.44
%5.56

CMYK Percentages of Color #bda815

%0
%11
%89
%26

Triadic Colors of #bda815

#bda815 #15bda8 #a815bd

Analogous Colors of #bda815

#bda815 #7ebd15 #bd5415

Monochromatic Colors of #bda815

#bda815

Complementary Color

#bda815 #152abd

#bda815 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda815 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda815 Color CSS Codes

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

#bda815 Text Font Color

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

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


#bda815 Background Color

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

This div background color is #bda815


#bda815 Border Color

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

This div border color is #bda815


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,168,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 #bda815">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda815


Comments

No comments written yet.

Please login to write comment.