Color Hex Logo

#bda843 Color Hex

#BDA843
(189,168,67)
0 Favorites   0 Comments

Color spaces of #bda843

RGB 18916867
HSL0.140.480.50
HSV50°65°74°
CMYK 0.000.110.65   0.26
XYZ36.002039.229310.9847
Yxy39.22930.41760.4550
Hunter Lab62.6333-7.005433.4450
CIE-Lab68.9170-4.251653.3038

#bda843 color RGB value is (189,168,67).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101000 01000011
Octal 275 250 103
Decimal 189 168 67
Hex BD A8 43

RGB Percentages of Color #bda843

%44.58
%39.62
%15.80

CMYK Percentages of Color #bda843

%0
%11
%65
%26

Triadic Colors of #bda843

#bda843 #43bda8 #a843bd

Analogous Colors of #bda843

#bda843 #95bd43 #bd6b43

Monochromatic Colors of #bda843

#bda843

Complementary Color

#bda843 #4358bd

#bda843 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda843 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda843 Color CSS Codes

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

#bda843 Text Font Color

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

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


#bda843 Background Color

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

This div background color is #bda843


#bda843 Border Color

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

This div border color is #bda843


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,168,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 #bda843">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda843


Comments

No comments written yet.

Please login to write comment.