Color Hex Logo

#bdac24 Color Hex

#BDAC24
(189,172,36)
0 Favorites   0 Comments

Color spaces of #bdac24

RGB 18917236
HSL0.150.680.44
HSV53°81°74°
CMYK 0.000.090.81   0.26
XYZ36.057240.45127.5765
Yxy40.45120.42880.4811
Hunter Lab63.6013-10.105937.4580
CIE-Lab69.7897-7.828265.6512

#bdac24 color RGB value is (189,172,36).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101100 00100100
Octal 275 254 44
Decimal 189 172 36
Hex BD AC 24

RGB Percentages of Color #bdac24

%47.61
%43.32
%9.07

CMYK Percentages of Color #bdac24

%0
%9
%81
%26

Triadic Colors of #bdac24

#bdac24 #24bdac #ac24bd

Analogous Colors of #bdac24

#bdac24 #82bd24 #bd6024

Monochromatic Colors of #bdac24

#bdac24

Complementary Color

#bdac24 #2435bd

#bdac24 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdac24 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdac24 Color CSS Codes

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

#bdac24 Text Font Color

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

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


#bdac24 Background Color

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

This div background color is #bdac24


#bdac24 Border Color

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

This div border color is #bdac24


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,172,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 #bdac24">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdac24


Comments

No comments written yet.

Please login to write comment.