Color Hex Logo

#bdb350 Color Hex

#BDB350
(189,179,80)
0 Favorites   0 Comments

Color spaces of #bdb350

RGB 18917980
HSL0.150.450.53
HSV54°58°74°
CMYK 0.000.050.58   0.26
XYZ38.554343.638213.9804
Yxy43.63820.40090.4537
Hunter Lab66.0592-11.425233.6936
CIE-Lab71.9860-9.125350.8019

#bdb350 color RGB value is (189,179,80).

#bdb350 hex color red value is 189, green value is 179 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #bdb350 hue: 0.15 , saturation: 0.45 and the lightness value of bdb350 is 0.53.

The process color (four color CMYK) of #bdb350 color hex is 0.00, 0.05, 0.58, 0.26. Web safe color of #bdb350 is #cccc66. Color #bdb350 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10110011 01010000
Octal 275 263 120
Decimal 189 179 80
Hex BD B3 50

RGB Percentages of Color #bdb350

%42.19
%39.96
%17.86

CMYK Percentages of Color #bdb350

%0
%5
%58
%26

Triadic Colors of #bdb350

#bdb350 #50bdb3 #b350bd

Analogous Colors of #bdb350

#bdb350 #91bd50 #bd7d50

Monochromatic Colors of #bdb350

#bdb350

Complementary Color

#bdb350 #505abd

#bdb350 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb350 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb350 Color CSS Codes

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

#bdb350 Text Font Color

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

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


#bdb350 Background Color

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

This div background color is #bdb350


#bdb350 Border Color

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

This div border color is #bdb350


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb350


Comments

No comments written yet.

Please login to write comment.