Color Hex Logo

#bdb013 Color Hex

#BDB013
(189,176,19)
0 Favorites   0 Comments

Color spaces of #bdb013

RGB 18917619
HSL0.150.820.41
HSV55°90°74°
CMYK 0.000.070.90   0.26
XYZ36.629141.91656.7762
Yxy41.91650.42930.4913
Hunter Lab64.7430-12.311739.1146
CIE-Lab70.8133-10.336770.4209

#bdb013 color RGB value is (189,176,19).

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

The process color (four color CMYK) of #bdb013 color hex is 0.00, 0.07, 0.90, 0.26. Web safe color of #bdb013 is #cc9900. Color #bdb013 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10110000 00010011
Octal 275 260 23
Decimal 189 176 19
Hex BD B0 13

RGB Percentages of Color #bdb013

%49.22
%45.83
%4.95

CMYK Percentages of Color #bdb013

%0
%7
%90
%26

Triadic Colors of #bdb013

#bdb013 #13bdb0 #b013bd

Analogous Colors of #bdb013

#bdb013 #75bd13 #bd5b13

Monochromatic Colors of #bdb013

#bdb013

Complementary Color

#bdb013 #1320bd

#bdb013 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb013 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb013 Color CSS Codes

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

#bdb013 Text Font Color

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

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


#bdb013 Background Color

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

This div background color is #bdb013


#bdb013 Border Color

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

This div border color is #bdb013


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb013


Comments

No comments written yet.

Please login to write comment.