Color Hex Logo

#bdb615 Color Hex

#BDB615
(189,182,21)
0 Favorites   0 Comments

Color spaces of #bdb615

RGB 18918221
HSL0.160.800.41
HSV58°89°74°
CMYK 0.000.040.89   0.26
XYZ37.849644.32897.2709
Yxy44.32890.42310.4956
Hunter Lab66.5800-15.040640.1312
CIE-Lab72.4478-13.384671.3554

#bdb615 color RGB value is (189,182,21).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10110110 00010101
Octal 275 266 25
Decimal 189 182 21
Hex BD B6 15

RGB Percentages of Color #bdb615

%48.21
%46.43
%5.36

CMYK Percentages of Color #bdb615

%0
%4
%89
%26

Triadic Colors of #bdb615

#bdb615 #15bdb6 #b615bd

Analogous Colors of #bdb615

#bdb615 #70bd15 #bd6215

Monochromatic Colors of #bdb615

#bdb615

Complementary Color

#bdb615 #151cbd

#bdb615 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb615 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb615 Color CSS Codes

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

#bdb615 Text Font Color

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

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


#bdb615 Background Color

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

This div background color is #bdb615


#bdb615 Border Color

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

This div border color is #bdb615


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb615


Comments

No comments written yet.

Please login to write comment.