Color Hex Logo

#bda861 Color Hex

#BDA861
(189,168,97)
0 Favorites   0 Comments

Color spaces of #bda861

RGB 18916897
HSL0.130.410.56
HSV46°49°74°
CMYK 0.000.110.49   0.26
XYZ37.146639.687117.0118
Yxy39.68710.39580.4229
Hunter Lab62.9977-4.993428.0878
CIE-Lab69.2461-1.875939.2567

#bda861 color RGB value is (189,168,97).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101000 01100001
Octal 275 250 141
Decimal 189 168 97
Hex BD A8 61

RGB Percentages of Color #bda861

%41.63
%37.00
%21.37

CMYK Percentages of Color #bda861

%0
%11
%49
%26

Triadic Colors of #bda861

#bda861 #61bda8 #a861bd

Analogous Colors of #bda861

#bda861 #a4bd61 #bd7a61

Monochromatic Colors of #bda861

#bda861

Complementary Color

#bda861 #6176bd

#bda861 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda861 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda861 Color CSS Codes

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

#bda861 Text Font Color

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

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


#bda861 Background Color

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

This div background color is #bda861


#bda861 Border Color

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

This div border color is #bda861


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda861


Comments

No comments written yet.

Please login to write comment.