Color Hex Logo

#bda02d Color Hex

#BDA02D
(189,160,45)
0 Favorites   0 Comments

Color spaces of #bda02d

RGB 18916045
HSL0.130.620.46
HSV48°76°74°
CMYK 0.000.150.76   0.26
XYZ34.030736.14997.6666
Yxy36.14990.43710.4644
Hunter Lab60.1248-4.187234.5272
CIE-Lab66.6343-1.139459.8861

#bda02d color RGB value is (189,160,45).

#bda02d hex color red value is 189, green value is 160 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #bda02d hue: 0.13 , saturation: 0.62 and the lightness value of bda02d is 0.46.

The process color (four color CMYK) of #bda02d color hex is 0.00, 0.15, 0.76, 0.26. Web safe color of #bda02d is #cc9933. Color #bda02d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10100000 00101101
Octal 275 240 55
Decimal 189 160 45
Hex BD A0 2D

RGB Percentages of Color #bda02d

%47.97
%40.61
%11.42

CMYK Percentages of Color #bda02d

%0
%15
%76
%26

Triadic Colors of #bda02d

#bda02d #2dbda0 #a02dbd

Analogous Colors of #bda02d

#bda02d #92bd2d #bd582d

Monochromatic Colors of #bda02d

#bda02d

Complementary Color

#bda02d #2d4abd

#bda02d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda02d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda02d Color CSS Codes

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

#bda02d Text Font Color

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

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


#bda02d Background Color

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

This div background color is #bda02d


#bda02d Border Color

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

This div border color is #bda02d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda02d


Comments

No comments written yet.

Please login to write comment.