Color Hex Logo

#bdb629 Color Hex

#BDB629
(189,182,41)
0 Favorites   0 Comments

Color spaces of #bdb629

RGB 18918241
HSL0.160.640.45
HSV57°78°74°
CMYK 0.000.040.78   0.26
XYZ38.114544.43488.6658
Yxy44.43480.41790.4871
Hunter Lab66.6594-14.591438.9538
CIE-Lab72.5182-12.831866.5883

#bdb629 color RGB value is (189,182,41).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10110110 00101001
Octal 275 266 51
Decimal 189 182 41
Hex BD B6 29

RGB Percentages of Color #bdb629

%45.87
%44.17
%9.95

CMYK Percentages of Color #bdb629

%0
%4
%78
%26

Triadic Colors of #bdb629

#bdb629 #29bdb6 #b629bd

Analogous Colors of #bdb629

#bdb629 #7abd29 #bd6c29

Monochromatic Colors of #bdb629

#bdb629

Complementary Color

#bdb629 #2930bd

#bdb629 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb629 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb629 Color CSS Codes

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

#bdb629 Text Font Color

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

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


#bdb629 Background Color

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

This div background color is #bdb629


#bdb629 Border Color

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

This div border color is #bdb629


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb629


Comments

No comments written yet.

Please login to write comment.