Color Hex Logo

#bdb21d Color Hex

#BDB21D
(189,178,29)
0 Favorites   0 Comments

Color spaces of #bdb21d

RGB 18917829
HSL0.160.730.43
HSV56°85°74°
CMYK 0.000.060.85   0.26
XYZ37.128442.74837.4568
Yxy42.74830.42510.4895
Hunter Lab65.3822-13.054539.0055
CIE-Lab71.3838-11.149968.8352

#bdb21d color RGB value is (189,178,29).

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

The process color (four color CMYK) of #bdb21d color hex is 0.00, 0.06, 0.85, 0.26. Web safe color of #bdb21d is #cc9933. Color #bdb21d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10110010 00011101
Octal 275 262 35
Decimal 189 178 29
Hex BD B2 1D

RGB Percentages of Color #bdb21d

%47.73
%44.95
%7.32

CMYK Percentages of Color #bdb21d

%0
%6
%85
%26

Triadic Colors of #bdb21d

#bdb21d #1dbdb2 #b21dbd

Analogous Colors of #bdb21d

#bdb21d #78bd1d #bd621d

Monochromatic Colors of #bdb21d

#bdb21d

Complementary Color

#bdb21d #1d28bd

#bdb21d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb21d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb21d Color CSS Codes

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

#bdb21d Text Font Color

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

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


#bdb21d Background Color

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

This div background color is #bdb21d


#bdb21d Border Color

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

This div border color is #bdb21d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb21d


Comments

No comments written yet.

Please login to write comment.