Color Hex Logo

#bdb41d Color Hex

#BDB41D
(189,180,29)
0 Favorites   0 Comments

Color spaces of #bdb41d

RGB 18918029
HSL0.160.730.43
HSV57°85°74°
CMYK 0.000.050.85   0.26
XYZ37.529343.55007.5904
Yxy43.55000.42320.4911
Hunter Lab65.9924-13.975439.3752
CIE-Lab71.9267-12.179169.2854

#bdb41d color RGB value is (189,180,29).

#bdb41d hex color red value is 189, green value is 180 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #bdb41d hue: 0.16 , saturation: 0.73 and the lightness value of bdb41d is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10110100 00011101
Octal 275 264 35
Decimal 189 180 29
Hex BD B4 1D

RGB Percentages of Color #bdb41d

%47.49
%45.23
%7.29

CMYK Percentages of Color #bdb41d

%0
%5
%85
%26

Triadic Colors of #bdb41d

#bdb41d #1dbdb4 #b41dbd

Analogous Colors of #bdb41d

#bdb41d #76bd1d #bd641d

Monochromatic Colors of #bdb41d

#bdb41d

Complementary Color

#bdb41d #1d26bd

#bdb41d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb41d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb41d Color CSS Codes

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

#bdb41d Text Font Color

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

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


#bdb41d Background Color

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

This div background color is #bdb41d


#bdb41d Border Color

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

This div border color is #bdb41d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb41d


Comments

No comments written yet.

Please login to write comment.