Color Hex Logo

#bdb43d Color Hex

#BDB43D
(189,180,61)
0 Favorites   0 Comments

Color spaces of #bdb43d

RGB 18918061
HSL0.150.510.49
HSV56°68°74°
CMYK 0.000.050.68   0.26
XYZ38.149843.798310.8581
Yxy43.79830.41110.4719
Hunter Lab66.1803-12.918736.5986
CIE-Lab72.0935-10.887559.1394

#bdb43d color RGB value is (189,180,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10110100 00111101
Octal 275 264 75
Decimal 189 180 61
Hex BD B4 3D

RGB Percentages of Color #bdb43d

%43.95
%41.86
%14.19

CMYK Percentages of Color #bdb43d

%0
%5
%68
%26

Triadic Colors of #bdb43d

#bdb43d #3dbdb4 #b43dbd

Analogous Colors of #bdb43d

#bdb43d #86bd3d #bd743d

Monochromatic Colors of #bdb43d

#bdb43d

Complementary Color

#bdb43d #3d46bd

#bdb43d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb43d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb43d Color CSS Codes

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

#bdb43d Text Font Color

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

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


#bdb43d Background Color

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

This div background color is #bdb43d


#bdb43d Border Color

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

This div border color is #bdb43d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb43d


Comments

No comments written yet.

Please login to write comment.