Color Hex Logo

#bdb20d Color Hex

#BDB20D
(189,178,13)
0 Favorites   0 Comments

Color spaces of #bdb20d

RGB 18917813
HSL0.160.870.40
HSV56°93°74°
CMYK 0.000.060.93   0.26
XYZ36.979342.68876.6715
Yxy42.68870.42830.4944
Hunter Lab65.3366-13.311339.6815
CIE-Lab71.3432-11.464771.7448

#bdb20d color RGB value is (189,178,13).

#bdb20d hex color red value is 189, green value is 178 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #bdb20d hue: 0.16 , saturation: 0.87 and the lightness value of bdb20d is 0.40.

The process color (four color CMYK) of #bdb20d color hex is 0.00, 0.06, 0.93, 0.26. Web safe color of #bdb20d is #cc9900. Color #bdb20d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10110010 00001101
Octal 275 262 15
Decimal 189 178 13
Hex BD B2 D

RGB Percentages of Color #bdb20d

%49.74
%46.84
%3.42

CMYK Percentages of Color #bdb20d

%0
%6
%93
%26

Triadic Colors of #bdb20d

#bdb20d #0dbdb2 #b20dbd

Analogous Colors of #bdb20d

#bdb20d #70bd0d #bd5a0d

Monochromatic Colors of #bdb20d

#bdb20d

Complementary Color

#bdb20d #0d18bd

#bdb20d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb20d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb20d Color CSS Codes

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

#bdb20d Text Font Color

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

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


#bdb20d Background Color

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

This div background color is #bdb20d


#bdb20d Border Color

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

This div border color is #bdb20d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb20d


Comments

No comments written yet.

Please login to write comment.