Color Hex Logo

#bdad22 Color Hex

#BDAD22
(189,173,34)
0 Favorites   0 Comments

Color spaces of #bdad22

RGB 18917334
HSL0.150.700.44
HSV54°82°74°
CMYK 0.000.080.82   0.26
XYZ36.218640.82157.4838
Yxy40.82150.42850.4830
Hunter Lab63.8917-10.623337.7794
CIE-Lab70.0507-8.413966.4381

#bdad22 color RGB value is (189,173,34).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101101 00100010
Octal 275 255 42
Decimal 189 173 34
Hex BD AD 22

RGB Percentages of Color #bdad22

%47.73
%43.69
%8.59

CMYK Percentages of Color #bdad22

%0
%8
%82
%26

Triadic Colors of #bdad22

#bdad22 #22bdad #ad22bd

Analogous Colors of #bdad22

#bdad22 #80bd22 #bd6022

Monochromatic Colors of #bdad22

#bdad22

Complementary Color

#bdad22 #2232bd

#bdad22 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdad22 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdad22 Color CSS Codes

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

#bdad22 Text Font Color

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

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


#bdad22 Background Color

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

This div background color is #bdad22


#bdad22 Border Color

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

This div border color is #bdad22


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdad22


Comments

No comments written yet.

Please login to write comment.