Color Hex Logo

#bda43c Color Hex

#BDA43C
(189,164,60)
0 Favorites   0 Comments

Color spaces of #bda43c

RGB 18916460
HSL0.130.520.49
HSV48°68°74°
CMYK 0.000.130.68   0.26
XYZ35.077337.69609.7022
Yxy37.69600.42530.4571
Hunter Lab61.3971-5.464533.6087
CIE-Lab67.7960-2.543555.1452

#bda43c color RGB value is (189,164,60).

#bda43c hex color red value is 189, green value is 164 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #bda43c hue: 0.13 , saturation: 0.52 and the lightness value of bda43c is 0.49.

The process color (four color CMYK) of #bda43c color hex is 0.00, 0.13, 0.68, 0.26. Web safe color of #bda43c is #cc9933. Color #bda43c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10100100 00111100
Octal 275 244 74
Decimal 189 164 60
Hex BD A4 3C

RGB Percentages of Color #bda43c

%45.76
%39.71
%14.53

CMYK Percentages of Color #bda43c

%0
%13
%68
%26

Triadic Colors of #bda43c

#bda43c #3cbda4 #a43cbd

Analogous Colors of #bda43c

#bda43c #96bd3c #bd643c

Monochromatic Colors of #bda43c

#bda43c

Complementary Color

#bda43c #3c55bd

#bda43c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda43c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda43c Color CSS Codes

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

#bda43c Text Font Color

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

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


#bda43c Background Color

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

This div background color is #bda43c


#bda43c Border Color

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

This div border color is #bda43c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda43c


Comments

No comments written yet.

Please login to write comment.