Color Hex Logo

#bdb73d Color Hex

#BDB73D
(189,183,61)
0 Favorites   0 Comments

Color spaces of #bdb73d

RGB 18918361
HSL0.160.510.49
HSV57°68°74°
CMYK 0.000.030.68   0.26
XYZ38.762145.022711.0622
Yxy45.02270.40870.4747
Hunter Lab67.0990-14.306337.1945
CIE-Lab72.9068-12.430659.9643

#bdb73d color RGB value is (189,183,61).

#bdb73d hex color red value is 189, green value is 183 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #bdb73d hue: 0.16 , saturation: 0.51 and the lightness value of bdb73d is 0.49.

The process color (four color CMYK) of #bdb73d color hex is 0.00, 0.03, 0.68, 0.26. Web safe color of #bdb73d is #cccc33. Color #bdb73d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10110111 00111101
Octal 275 267 75
Decimal 189 183 61
Hex BD B7 3D

RGB Percentages of Color #bdb73d

%43.65
%42.26
%14.09

CMYK Percentages of Color #bdb73d

%0
%3
%68
%26

Triadic Colors of #bdb73d

#bdb73d #3dbdb7 #b73dbd

Analogous Colors of #bdb73d

#bdb73d #83bd3d #bd773d

Monochromatic Colors of #bdb73d

#bdb73d

Complementary Color

#bdb73d #3d43bd

#bdb73d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb73d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb73d Color CSS Codes

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

#bdb73d Text Font Color

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

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


#bdb73d Background Color

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

This div background color is #bdb73d


#bdb73d Border Color

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

This div border color is #bdb73d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb73d


Comments

No comments written yet.

Please login to write comment.