Color Hex Logo

#bdb72c Color Hex

#BDB72C
(189,183,44)
0 Favorites   0 Comments

Color spaces of #bdb72c

RGB 18918344
HSL0.160.620.46
HSV58°77°74°
CMYK 0.000.030.77   0.26
XYZ38.374444.86769.0206
Yxy44.86760.41590.4863
Hunter Lab66.9833-14.959038.9037
CIE-Lab72.8046-13.230465.9238

#bdb72c color RGB value is (189,183,44).

#bdb72c hex color red value is 189, green value is 183 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #bdb72c hue: 0.16 , saturation: 0.62 and the lightness value of bdb72c is 0.46.

The process color (four color CMYK) of #bdb72c color hex is 0.00, 0.03, 0.77, 0.26. Web safe color of #bdb72c is #cccc33. Color #bdb72c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10110111 00101100
Octal 275 267 54
Decimal 189 183 44
Hex BD B7 2C

RGB Percentages of Color #bdb72c

%45.43
%43.99
%10.58

CMYK Percentages of Color #bdb72c

%0
%3
%77
%26

Triadic Colors of #bdb72c

#bdb72c #2cbdb7 #b72cbd

Analogous Colors of #bdb72c

#bdb72c #7bbd2c #bd6f2c

Monochromatic Colors of #bdb72c

#bdb72c

Complementary Color

#bdb72c #2c32bd

#bdb72c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb72c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb72c Color CSS Codes

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

#bdb72c Text Font Color

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

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


#bdb72c Background Color

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

This div background color is #bdb72c


#bdb72c Border Color

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

This div border color is #bdb72c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb72c


Comments

No comments written yet.

Please login to write comment.