Color Hex Logo

#bdb447 Color Hex

#BDB447
(189,180,71)
0 Favorites   0 Comments

Color spaces of #bdb447

RGB 18918071
HSL0.150.470.51
HSV55°62°74°
CMYK 0.000.050.62   0.26
XYZ38.444943.916312.4117
Yxy43.91630.40570.4634
Hunter Lab66.2694-12.418135.2840
CIE-Lab72.1725-10.279655.0479

#bdb447 color RGB value is (189,180,71).

#bdb447 hex color red value is 189, green value is 180 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #bdb447 hue: 0.15 , saturation: 0.47 and the lightness value of bdb447 is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10110100 01000111
Octal 275 264 107
Decimal 189 180 71
Hex BD B4 47

RGB Percentages of Color #bdb447

%42.95
%40.91
%16.14

CMYK Percentages of Color #bdb447

%0
%5
%62
%26

Triadic Colors of #bdb447

#bdb447 #47bdb4 #b447bd

Analogous Colors of #bdb447

#bdb447 #8bbd47 #bd7947

Monochromatic Colors of #bdb447

#bdb447

Complementary Color

#bdb447 #4750bd

#bdb447 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb447 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb447 Color CSS Codes

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

#bdb447 Text Font Color

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

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


#bdb447 Background Color

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

This div background color is #bdb447


#bdb447 Border Color

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

This div border color is #bdb447


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb447


Comments

No comments written yet.

Please login to write comment.