Color Hex Logo

#bdb426 Color Hex

#BDB426
(189,180,38)
0 Favorites   0 Comments

Color spaces of #bdb426

RGB 18918038
HSL0.160.670.45
HSV56°80°74°
CMYK 0.000.050.80   0.26
XYZ37.657443.60138.2649
Yxy43.60130.42060.4870
Hunter Lab66.0313-13.756838.8008
CIE-Lab71.9612-11.911066.9756

#bdb426 color RGB value is (189,180,38).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10110100 00100110
Octal 275 264 46
Decimal 189 180 38
Hex BD B4 26

RGB Percentages of Color #bdb426

%46.44
%44.23
%9.34

CMYK Percentages of Color #bdb426

%0
%5
%80
%26

Triadic Colors of #bdb426

#bdb426 #26bdb4 #b426bd

Analogous Colors of #bdb426

#bdb426 #7bbd26 #bd6926

Monochromatic Colors of #bdb426

#bdb426

Complementary Color

#bdb426 #262fbd

#bdb426 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb426 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb426 Color CSS Codes

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

#bdb426 Text Font Color

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

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


#bdb426 Background Color

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

This div background color is #bdb426


#bdb426 Border Color

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

This div border color is #bdb426


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb426


Comments

No comments written yet.

Please login to write comment.