Color Hex Logo

#bdad24 Color Hex

#BDAD24
(189,173,36)
0 Favorites   0 Comments

Color spaces of #bdad24

RGB 18917336
HSL0.150.680.44
HSV54°81°74°
CMYK 0.000.080.81   0.26
XYZ36.248340.83337.6402
Yxy40.83330.42790.4820
Hunter Lab63.9009-10.571137.6418
CIE-Lab70.0590-8.350665.8856

#bdad24 color RGB value is (189,173,36).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101101 00100100
Octal 275 255 44
Decimal 189 173 36
Hex BD AD 24

RGB Percentages of Color #bdad24

%47.49
%43.47
%9.05

CMYK Percentages of Color #bdad24

%0
%8
%81
%26

Triadic Colors of #bdad24

#bdad24 #24bdad #ad24bd

Analogous Colors of #bdad24

#bdad24 #81bd24 #bd6124

Monochromatic Colors of #bdad24

#bdad24

Complementary Color

#bdad24 #2434bd

#bdad24 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdad24 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdad24 Color CSS Codes

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

#bdad24 Text Font Color

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

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


#bdad24 Background Color

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

This div background color is #bdad24


#bdad24 Border Color

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

This div border color is #bdad24


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdad24


Comments

No comments written yet.

Please login to write comment.