Color Hex Logo

#bdbc47 Color Hex

#BDBC47
(189,188,71)
0 Favorites   0 Comments

Color spaces of #bdbc47

RGB 18918871
HSL0.170.470.51
HSV59°62°74°
CMYK 0.000.010.62   0.26
XYZ40.106847.240212.9656
Yxy47.24020.39980.4709
Hunter Lab68.7315-16.120336.9275
CIE-Lab74.3432-14.382657.3688

#bdbc47 color RGB value is (189,188,71).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111100 01000111
Octal 275 274 107
Decimal 189 188 71
Hex BD BC 47

RGB Percentages of Color #bdbc47

%42.19
%41.96
%15.85

CMYK Percentages of Color #bdbc47

%0
%1
%62
%26

Triadic Colors of #bdbc47

#bdbc47 #47bdbc #bc47bd

Analogous Colors of #bdbc47

#bdbc47 #83bd47 #bd8147

Monochromatic Colors of #bdbc47

#bdbc47

Complementary Color

#bdbc47 #4748bd

#bdbc47 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdbc47 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdbc47 Color CSS Codes

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

#bdbc47 Text Font Color

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

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


#bdbc47 Background Color

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

This div background color is #bdbc47


#bdbc47 Border Color

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

This div border color is #bdbc47


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,188,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 #bdbc47">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdbc47


Comments

No comments written yet.

Please login to write comment.