Color Hex Logo

#bda969 Color Hex

#BDA969
(189,169,105)
0 Favorites   0 Comments

Color spaces of #bda969

RGB 189169105
HSL0.130.390.58
HSV46°44°74°
CMYK 0.000.110.44   0.26
XYZ37.724040.214719.1385
Yxy40.21470.38860.4143
Hunter Lab63.4151-4.791326.4970
CIE-Lab69.6222-1.612635.5915

#bda969 color RGB value is (189,169,105).

#bda969 hex color red value is 189, green value is 169 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #bda969 hue: 0.13 , saturation: 0.39 and the lightness value of bda969 is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101001 01101001
Octal 275 251 151
Decimal 189 169 105
Hex BD A9 69

RGB Percentages of Color #bda969

%40.82
%36.50
%22.68

CMYK Percentages of Color #bda969

%0
%11
%44
%26

Triadic Colors of #bda969

#bda969 #69bda9 #a969bd

Analogous Colors of #bda969

#bda969 #a7bd69 #bd7f69

Monochromatic Colors of #bda969

#bda969

Complementary Color

#bda969 #697dbd

#bda969 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda969 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda969 Color CSS Codes

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

#bda969 Text Font Color

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

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


#bda969 Background Color

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

This div background color is #bda969


#bda969 Border Color

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

This div border color is #bda969


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda969


Comments

No comments written yet.

Please login to write comment.