Color Hex Logo

#bdaa46 Color Hex

#BDAA46
(189,170,70)
0 Favorites   0 Comments

Color spaces of #bdaa46

RGB 18917070
HSL0.140.470.51
HSV50°63°74°
CMYK 0.000.100.63   0.26
XYZ36.466540.010511.5952
Yxy40.01050.41410.4543
Hunter Lab63.2539-7.787233.4091
CIE-Lab69.4770-5.116052.5754

#bdaa46 color RGB value is (189,170,70).

#bdaa46 hex color red value is 189, green value is 170 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #bdaa46 hue: 0.14 , saturation: 0.47 and the lightness value of bdaa46 is 0.51.

The process color (four color CMYK) of #bdaa46 color hex is 0.00, 0.10, 0.63, 0.26. Web safe color of #bdaa46 is #cc9933. Color #bdaa46 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101010 01000110
Octal 275 252 106
Decimal 189 170 70
Hex BD AA 46

RGB Percentages of Color #bdaa46

%44.06
%39.63
%16.32

CMYK Percentages of Color #bdaa46

%0
%10
%63
%26

Triadic Colors of #bdaa46

#bdaa46 #46bdaa #aa46bd

Analogous Colors of #bdaa46

#bdaa46 #95bd46 #bd6f46

Monochromatic Colors of #bdaa46

#bdaa46

Complementary Color

#bdaa46 #4659bd

#bdaa46 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdaa46 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdaa46 Color CSS Codes

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

#bdaa46 Text Font Color

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

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


#bdaa46 Background Color

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

This div background color is #bdaa46


#bdaa46 Border Color

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

This div border color is #bdaa46


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdaa46


Comments

No comments written yet.

Please login to write comment.