Color Hex Logo

#bda91d Color Hex

#BDA91D
(189,169,29)
0 Favorites   0 Comments

Color spaces of #bda91d

RGB 18916929
HSL0.150.730.43
HSV53°85°74°
CMYK 0.000.110.85   0.26
XYZ35.396039.28356.8793
Yxy39.28350.43400.4817
Hunter Lab62.6766-8.877737.3660
CIE-Lab68.9561-6.461466.8189

#bda91d color RGB value is (189,169,29).

#bda91d hex color red value is 189, green value is 169 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #bda91d hue: 0.15 , saturation: 0.73 and the lightness value of bda91d is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101001 00011101
Octal 275 251 35
Decimal 189 169 29
Hex BD A9 1D

RGB Percentages of Color #bda91d

%48.84
%43.67
%7.49

CMYK Percentages of Color #bda91d

%0
%11
%85
%26

Triadic Colors of #bda91d

#bda91d #1dbda9 #a91dbd

Analogous Colors of #bda91d

#bda91d #81bd1d #bd591d

Monochromatic Colors of #bda91d

#bda91d

Complementary Color

#bda91d #1d31bd

#bda91d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda91d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda91d Color CSS Codes

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

#bda91d Text Font Color

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

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


#bda91d Background Color

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

This div background color is #bda91d


#bda91d Border Color

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

This div border color is #bda91d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda91d


Comments

No comments written yet.

Please login to write comment.