Color Hex Logo

#bdba15 Color Hex

#BDBA15
(189,186,21)
0 Favorites   0 Comments

Color spaces of #bdba15

RGB 18918621
HSL0.160.800.41
HSV59°89°74°
CMYK 0.000.020.89   0.26
XYZ38.680545.99087.5479
Yxy45.99080.41940.4987
Hunter Lab67.8165-16.867940.8727
CIE-Lab73.5396-15.418272.2202

#bdba15 color RGB value is (189,186,21).

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

The process color (four color CMYK) of #bdba15 color hex is 0.00, 0.02, 0.89, 0.26. Web safe color of #bdba15 is #cccc00. Color #bdba15 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111010 00010101
Octal 275 272 25
Decimal 189 186 21
Hex BD BA 15

RGB Percentages of Color #bdba15

%47.73
%46.97
%5.30

CMYK Percentages of Color #bdba15

%0
%2
%89
%26

Triadic Colors of #bdba15

#bdba15 #15bdba #ba15bd

Analogous Colors of #bdba15

#bdba15 #6cbd15 #bd6615

Monochromatic Colors of #bdba15

#bdba15

Complementary Color

#bdba15 #1518bd

#bdba15 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdba15 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdba15 Color CSS Codes

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

#bdba15 Text Font Color

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

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


#bdba15 Background Color

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

This div background color is #bdba15


#bdba15 Border Color

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

This div border color is #bdba15


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdba15


Comments

No comments written yet.

Please login to write comment.