Color Hex Logo

#bdaa64 Color Hex

#BDAA64
(189,170,100)
0 Favorites   0 Comments

Color spaces of #bdaa64

RGB 189170100
HSL0.130.400.57
HSV47°47°74°
CMYK 0.000.100.47   0.26
XYZ37.661240.488417.8867
Yxy40.48840.39220.4216
Hunter Lab63.6305-5.704027.8748
CIE-Lab69.8160-2.652038.4235

#bdaa64 color RGB value is (189,170,100).

#bdaa64 hex color red value is 189, green value is 170 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #bdaa64 hue: 0.13 , saturation: 0.40 and the lightness value of bdaa64 is 0.57.

The process color (four color CMYK) of #bdaa64 color hex is 0.00, 0.10, 0.47, 0.26. Web safe color of #bdaa64 is #cc9966. Color #bdaa64 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101010 01100100
Octal 275 252 144
Decimal 189 170 100
Hex BD AA 64

RGB Percentages of Color #bdaa64

%41.18
%37.04
%21.79

CMYK Percentages of Color #bdaa64

%0
%10
%47
%26

Triadic Colors of #bdaa64

#bdaa64 #64bdaa #aa64bd

Analogous Colors of #bdaa64

#bdaa64 #a4bd64 #bd7e64

Monochromatic Colors of #bdaa64

#bdaa64

Complementary Color

#bdaa64 #6477bd

#bdaa64 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdaa64 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdaa64 Color CSS Codes

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

#bdaa64 Text Font Color

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

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


#bdaa64 Background Color

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

This div background color is #bdaa64


#bdaa64 Border Color

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

This div border color is #bdaa64


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdaa64


Comments

No comments written yet.

Please login to write comment.