Color Hex Logo

#bda30d Color Hex

#BDA30D
(189,163,13)
0 Favorites   0 Comments

Color spaces of #bda30d

RGB 18916313
HSL0.140.870.40
HSV51°93°74°
CMYK 0.000.140.93   0.26
XYZ34.156137.04235.7304
Yxy37.04230.44400.4815
Hunter Lab60.8624-6.334637.0213
CIE-Lab67.3088-3.611068.6858

#bda30d color RGB value is (189,163,13).

#bda30d hex color red value is 189, green value is 163 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #bda30d hue: 0.14 , saturation: 0.87 and the lightness value of bda30d is 0.40.

The process color (four color CMYK) of #bda30d color hex is 0.00, 0.14, 0.93, 0.26. Web safe color of #bda30d is #cc9900. Color #bda30d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10100011 00001101
Octal 275 243 15
Decimal 189 163 13
Hex BD A3 D

RGB Percentages of Color #bda30d

%51.78
%44.66
%3.56

CMYK Percentages of Color #bda30d

%0
%14
%93
%26

Triadic Colors of #bda30d

#bda30d #0dbda3 #a30dbd

Analogous Colors of #bda30d

#bda30d #7fbd0d #bd4b0d

Monochromatic Colors of #bda30d

#bda30d

Complementary Color

#bda30d #0d27bd

#bda30d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda30d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda30d Color CSS Codes

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

#bda30d Text Font Color

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

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


#bda30d Background Color

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

This div background color is #bda30d


#bda30d Border Color

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

This div border color is #bda30d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda30d


Comments

No comments written yet.

Please login to write comment.