Color Hex Logo

#bda829 Color Hex

#BDA829
(189,168,41)
0 Favorites   0 Comments

Color spaces of #bda829

RGB 18916841
HSL0.140.640.45
HSV51°78°74°
CMYK 0.000.110.78   0.26
XYZ35.389138.98427.7573
Yxy38.98420.43090.4747
Hunter Lab62.4373-8.092636.3399
CIE-Lab68.7398-5.552463.1919

#bda829 color RGB value is (189,168,41).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101000 00101001
Octal 275 250 51
Decimal 189 168 41
Hex BD A8 29

RGB Percentages of Color #bda829

%47.49
%42.21
%10.30

CMYK Percentages of Color #bda829

%0
%11
%78
%26

Triadic Colors of #bda829

#bda829 #29bda8 #a829bd

Analogous Colors of #bda829

#bda829 #88bd29 #bd5e29

Monochromatic Colors of #bda829

#bda829

Complementary Color

#bda829 #293ebd

#bda829 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda829 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda829 Color CSS Codes

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

#bda829 Text Font Color

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

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


#bda829 Background Color

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

This div background color is #bda829


#bda829 Border Color

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

This div border color is #bda829


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda829


Comments

No comments written yet.

Please login to write comment.