Color Hex Logo

#bdad20 Color Hex

#BDAD20
(189,173,32)
0 Favorites   0 Comments

Color spaces of #bdad20

RGB 18917332
HSL0.150.710.43
HSV54°83°74°
CMYK 0.000.080.83   0.26
XYZ36.190540.81027.3362
Yxy40.81020.42910.4839
Hunter Lab63.8829-10.672437.9092
CIE-Lab70.0427-8.473466.9666

#bdad20 color RGB value is (189,173,32).

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

The process color (four color CMYK) of #bdad20 color hex is 0.00, 0.08, 0.83, 0.26. Web safe color of #bdad20 is #cc9933. Color #bdad20 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101101 00100000
Octal 275 255 40
Decimal 189 173 32
Hex BD AD 20

RGB Percentages of Color #bdad20

%47.97
%43.91
%8.12

CMYK Percentages of Color #bdad20

%0
%8
%83
%26

Triadic Colors of #bdad20

#bdad20 #20bdad #ad20bd

Analogous Colors of #bdad20

#bdad20 #7fbd20 #bd5f20

Monochromatic Colors of #bdad20

#bdad20

Complementary Color

#bdad20 #2030bd

#bdad20 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdad20 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdad20 Color CSS Codes

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

#bdad20 Text Font Color

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

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


#bdad20 Background Color

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

This div background color is #bdad20


#bdad20 Border Color

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

This div border color is #bdad20


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdad20


Comments

No comments written yet.

Please login to write comment.