Color Hex Logo

#bdb90d Color Hex

#BDB90D
(189,185,13)
0 Favorites   0 Comments

Color spaces of #bdb90d

RGB 18918513
HSL0.160.870.40
HSV59°93°74°
CMYK 0.000.020.93   0.26
XYZ38.407945.54587.1477
Yxy45.54580.42160.4999
Hunter Lab67.4876-16.517240.9619
CIE-Lab73.2498-15.041973.1991

#bdb90d color RGB value is (189,185,13).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111001 00001101
Octal 275 271 15
Decimal 189 185 13
Hex BD B9 D

RGB Percentages of Color #bdb90d

%48.84
%47.80
%3.36

CMYK Percentages of Color #bdb90d

%0
%2
%93
%26

Triadic Colors of #bdb90d

#bdb90d #0dbdb9 #b90dbd

Analogous Colors of #bdb90d

#bdb90d #69bd0d #bd610d

Monochromatic Colors of #bdb90d

#bdb90d

Complementary Color

#bdb90d #0d11bd

#bdb90d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb90d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb90d Color CSS Codes

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

#bdb90d Text Font Color

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

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


#bdb90d Background Color

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

This div background color is #bdb90d


#bdb90d Border Color

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

This div border color is #bdb90d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb90d


Comments

No comments written yet.

Please login to write comment.