Color Hex Logo

#bdb744 Color Hex

#BDB744
(189,183,68)
0 Favorites   0 Comments

Color spaces of #bdb744

RGB 18918368
HSL0.160.480.50
HSV57°64°74°
CMYK 0.000.030.64   0.26
XYZ38.963145.103112.1210
Yxy45.10310.40510.4689
Hunter Lab67.1588-13.968836.3104
CIE-Lab72.9597-12.018857.1683

#bdb744 color RGB value is (189,183,68).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10110111 01000100
Octal 275 267 104
Decimal 189 183 68
Hex BD B7 44

RGB Percentages of Color #bdb744

%42.95
%41.59
%15.45

CMYK Percentages of Color #bdb744

%0
%3
%64
%26

Triadic Colors of #bdb744

#bdb744 #44bdb7 #b744bd

Analogous Colors of #bdb744

#bdb744 #87bd44 #bd7b44

Monochromatic Colors of #bdb744

#bdb744

Complementary Color

#bdb744 #444abd

#bdb744 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb744 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb744 Color CSS Codes

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

#bdb744 Text Font Color

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

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


#bdb744 Background Color

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

This div background color is #bdb744


#bdb744 Border Color

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

This div border color is #bdb744


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb744


Comments

No comments written yet.

Please login to write comment.