Color Hex Logo

#bdb424 Color Hex

#BDB424
(189,180,36)
0 Favorites   0 Comments

Color spaces of #bdb424

RGB 18918036
HSL0.160.680.44
HSV56°81°74°
CMYK 0.000.050.81   0.26
XYZ37.626043.58878.0994
Yxy43.58870.42130.4880
Hunter Lab66.0217-13.810338.9417
CIE-Lab71.9527-11.976667.5301

#bdb424 color RGB value is (189,180,36).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10110100 00100100
Octal 275 264 44
Decimal 189 180 36
Hex BD B4 24

RGB Percentages of Color #bdb424

%46.67
%44.44
%8.89

CMYK Percentages of Color #bdb424

%0
%5
%81
%26

Triadic Colors of #bdb424

#bdb424 #24bdb4 #b424bd

Analogous Colors of #bdb424

#bdb424 #7abd24 #bd6824

Monochromatic Colors of #bdb424

#bdb424

Complementary Color

#bdb424 #242dbd

#bdb424 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb424 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb424 Color CSS Codes

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

#bdb424 Text Font Color

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

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


#bdb424 Background Color

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

This div background color is #bdb424


#bdb424 Border Color

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

This div border color is #bdb424


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb424


Comments

No comments written yet.

Please login to write comment.