Color Hex Logo

#bda661 Color Hex

#BDA661
(189,166,97)
0 Favorites   0 Comments

Color spaces of #bda661

RGB 18916697
HSL0.130.410.56
HSV45°49°74°
CMYK 0.000.120.49   0.26
XYZ36.780238.954316.8897
Yxy38.95430.39710.4206
Hunter Lab62.4134-4.033427.6449
CIE-Lab68.7181-0.806238.6048

#bda661 color RGB value is (189,166,97).

#bda661 hex color red value is 189, green value is 166 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #bda661 hue: 0.13 , saturation: 0.41 and the lightness value of bda661 is 0.56.

The process color (four color CMYK) of #bda661 color hex is 0.00, 0.12, 0.49, 0.26. Web safe color of #bda661 is #cc9966. Color #bda661 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10100110 01100001
Octal 275 246 141
Decimal 189 166 97
Hex BD A6 61

RGB Percentages of Color #bda661

%41.81
%36.73
%21.46

CMYK Percentages of Color #bda661

%0
%12
%49
%26

Triadic Colors of #bda661

#bda661 #61bda6 #a661bd

Analogous Colors of #bda661

#bda661 #a6bd61 #bd7861

Monochromatic Colors of #bda661

#bda661

Complementary Color

#bda661 #6178bd

#bda661 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda661 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda661 Color CSS Codes

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

#bda661 Text Font Color

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

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


#bda661 Background Color

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

This div background color is #bda661


#bda661 Border Color

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

This div border color is #bda661


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda661


Comments

No comments written yet.

Please login to write comment.