Color Hex Logo

#bda950 Color Hex

#BDA950
(189,169,80)
0 Favorites   0 Comments

Color spaces of #bda950

RGB 18916980
HSL0.140.450.53
HSV49°58°74°
CMYK 0.000.110.58   0.26
XYZ36.622239.773913.3364
Yxy39.77390.40810.4432
Hunter Lab63.0666-6.713131.6088
CIE-Lab69.3082-3.872047.7586

#bda950 color RGB value is (189,169,80).

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

The process color (four color CMYK) of #bda950 color hex is 0.00, 0.11, 0.58, 0.26. Web safe color of #bda950 is #cc9966. Color #bda950 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101001 01010000
Octal 275 251 120
Decimal 189 169 80
Hex BD A9 50

RGB Percentages of Color #bda950

%43.15
%38.58
%18.26

CMYK Percentages of Color #bda950

%0
%11
%58
%26

Triadic Colors of #bda950

#bda950 #50bda9 #a950bd

Analogous Colors of #bda950

#bda950 #9bbd50 #bd7350

Monochromatic Colors of #bda950

#bda950

Complementary Color

#bda950 #5064bd

#bda950 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda950 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda950 Color CSS Codes

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

#bda950 Text Font Color

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

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


#bda950 Background Color

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

This div background color is #bda950


#bda950 Border Color

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

This div border color is #bda950


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda950


Comments

No comments written yet.

Please login to write comment.