Color Hex Logo

#bdb929 Color Hex

#BDB929
(189,185,41)
0 Favorites   0 Comments

Color spaces of #bdb929

RGB 18918541
HSL0.160.640.45
HSV58°78°74°
CMYK 0.000.020.78   0.26
XYZ38.735545.67688.8728
Yxy45.67680.41520.4896
Hunter Lab67.5846-15.967439.5254
CIE-Lab73.3353-14.362367.3175

#bdb929 color RGB value is (189,185,41).

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

The process color (four color CMYK) of #bdb929 color hex is 0.00, 0.02, 0.78, 0.26. Web safe color of #bdb929 is #cccc33. Color #bdb929 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111001 00101001
Octal 275 271 51
Decimal 189 185 41
Hex BD B9 29

RGB Percentages of Color #bdb929

%45.54
%44.58
%9.88

CMYK Percentages of Color #bdb929

%0
%2
%78
%26

Triadic Colors of #bdb929

#bdb929 #29bdb9 #b929bd

Analogous Colors of #bdb929

#bdb929 #77bd29 #bd6f29

Monochromatic Colors of #bdb929

#bdb929

Complementary Color

#bdb929 #292dbd

#bdb929 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb929 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb929 Color CSS Codes

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

#bdb929 Text Font Color

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

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


#bdb929 Background Color

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

This div background color is #bdb929


#bdb929 Border Color

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

This div border color is #bdb929


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb929


Comments

No comments written yet.

Please login to write comment.