Color Hex Logo

#bdaa43 Color Hex

#BDAA43
(189,170,67)
0 Favorites   0 Comments

Color spaces of #bdaa43

RGB 18917067
HSL0.140.480.50
HSV51°65°74°
CMYK 0.000.100.65   0.26
XYZ36.374139.973511.1087
Yxy39.97350.41590.4571
Hunter Lab63.2246-7.949233.8398
CIE-Lab69.4507-5.309553.8747

#bdaa43 color RGB value is (189,170,67).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101010 01000011
Octal 275 252 103
Decimal 189 170 67
Hex BD AA 43

RGB Percentages of Color #bdaa43

%44.37
%39.91
%15.73

CMYK Percentages of Color #bdaa43

%0
%10
%65
%26

Triadic Colors of #bdaa43

#bdaa43 #43bdaa #aa43bd

Analogous Colors of #bdaa43

#bdaa43 #93bd43 #bd6d43

Monochromatic Colors of #bdaa43

#bdaa43

Complementary Color

#bdaa43 #4356bd

#bdaa43 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdaa43 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdaa43 Color CSS Codes

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

#bdaa43 Text Font Color

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

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


#bdaa43 Background Color

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

This div background color is #bdaa43


#bdaa43 Border Color

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

This div border color is #bdaa43


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdaa43


Comments

No comments written yet.

Please login to write comment.