Color Hex Logo

#bdb029 Color Hex

#BDB029
(189,176,41)
0 Favorites   0 Comments

Color spaces of #bdb029

RGB 18917641
HSL0.150.640.45
HSV55°78°74°
CMYK 0.000.070.78   0.26
XYZ36.911842.02968.2649
Yxy42.02960.42330.4820
Hunter Lab64.8302-11.822037.8226
CIE-Lab70.8913-9.739365.1310

#bdb029 color RGB value is (189,176,41).

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

The process color (four color CMYK) of #bdb029 color hex is 0.00, 0.07, 0.78, 0.26. Web safe color of #bdb029 is #cc9933. Color #bdb029 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10110000 00101001
Octal 275 260 51
Decimal 189 176 41
Hex BD B0 29

RGB Percentages of Color #bdb029

%46.55
%43.35
%10.10

CMYK Percentages of Color #bdb029

%0
%7
%78
%26

Triadic Colors of #bdb029

#bdb029 #29bdb0 #b029bd

Analogous Colors of #bdb029

#bdb029 #80bd29 #bd6629

Monochromatic Colors of #bdb029

#bdb029

Complementary Color

#bdb029 #2936bd

#bdb029 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb029 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb029 Color CSS Codes

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

#bdb029 Text Font Color

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

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


#bdb029 Background Color

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

This div background color is #bdb029


#bdb029 Border Color

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

This div border color is #bdb029


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb029


Comments

No comments written yet.

Please login to write comment.