Color Hex Logo

#bdad34 Color Hex

#BDAD34
(189,173,52)
0 Favorites   0 Comments

Color spaces of #bdad34

RGB 18917352
HSL0.150.570.47
HSV53°72°74°
CMYK 0.000.080.72   0.26
XYZ36.549740.95399.2273
Yxy40.95390.42140.4722
Hunter Lab63.9952-10.044736.2478
CIE-Lab70.1436-7.713260.6749

#bdad34 color RGB value is (189,173,52).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101101 00110100
Octal 275 255 64
Decimal 189 173 52
Hex BD AD 34

RGB Percentages of Color #bdad34

%45.65
%41.79
%12.56

CMYK Percentages of Color #bdad34

%0
%8
%72
%26

Triadic Colors of #bdad34

#bdad34 #34bdad #ad34bd

Analogous Colors of #bdad34

#bdad34 #89bd34 #bd6934

Monochromatic Colors of #bdad34

#bdad34

Complementary Color

#bdad34 #3444bd

#bdad34 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdad34 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdad34 Color CSS Codes

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

#bdad34 Text Font Color

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

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


#bdad34 Background Color

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

This div background color is #bdad34


#bdad34 Border Color

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

This div border color is #bdad34


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdad34


Comments

No comments written yet.

Please login to write comment.