Color Hex Logo

#bda656 Color Hex

#BDA656
(189,166,86)
0 Favorites   0 Comments

Color spaces of #bda656

RGB 18916686
HSL0.130.440.54
HSV47°54°74°
CMYK 0.000.120.54   0.26
XYZ36.302238.763114.3728
Yxy38.76310.40590.4334
Hunter Lab62.2600-4.876329.8948
CIE-Lab68.5793-1.793143.9930

#bda656 color RGB value is (189,166,86).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10100110 01010110
Octal 275 246 126
Decimal 189 166 86
Hex BD A6 56

RGB Percentages of Color #bda656

%42.86
%37.64
%19.50

CMYK Percentages of Color #bda656

%0
%12
%54
%26

Triadic Colors of #bda656

#bda656 #56bda6 #a656bd

Analogous Colors of #bda656

#bda656 #a1bd56 #bd7356

Monochromatic Colors of #bda656

#bda656

Complementary Color

#bda656 #566dbd

#bda656 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda656 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda656 Color CSS Codes

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

#bda656 Text Font Color

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

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


#bda656 Background Color

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

This div background color is #bda656


#bda656 Border Color

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

This div border color is #bda656


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda656


Comments

No comments written yet.

Please login to write comment.