Color Hex Logo

#bda461 Color Hex

#BDA461
(189,164,97)
0 Favorites   0 Comments

Color spaces of #bda461

RGB 18916497
HSL0.120.410.56
HSV44°49°74°
CMYK 0.000.130.49   0.26
XYZ36.419438.232816.7694
Yxy38.23280.39840.4182
Hunter Lab61.8327-3.070827.2031
CIE-Lab68.19180.267037.9532

#bda461 color RGB value is (189,164,97).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10100100 01100001
Octal 275 244 141
Decimal 189 164 97
Hex BD A4 61

RGB Percentages of Color #bda461

%42.00
%36.44
%21.56

CMYK Percentages of Color #bda461

%0
%13
%49
%26

Triadic Colors of #bda461

#bda461 #61bda4 #a461bd

Analogous Colors of #bda461

#bda461 #a8bd61 #bd7661

Monochromatic Colors of #bda461

#bda461

Complementary Color

#bda461 #617abd

#bda461 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda461 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda461 Color CSS Codes

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

#bda461 Text Font Color

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

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


#bda461 Background Color

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

This div background color is #bda461


#bda461 Border Color

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

This div border color is #bda461


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda461


Comments

No comments written yet.

Please login to write comment.