Color Hex Logo

#bdad33 Color Hex

#BDAD33
(189,173,51)
0 Favorites   0 Comments

Color spaces of #bdad33

RGB 18917351
HSL0.150.580.47
HSV53°73°74°
CMYK 0.000.080.73   0.26
XYZ36.527440.94509.1099
Yxy40.94500.42190.4729
Hunter Lab63.9883-10.083636.3508
CIE-Lab70.1374-7.760361.0383

#bdad33 color RGB value is (189,173,51).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101101 00110011
Octal 275 255 63
Decimal 189 173 51
Hex BD AD 33

RGB Percentages of Color #bdad33

%45.76
%41.89
%12.35

CMYK Percentages of Color #bdad33

%0
%8
%73
%26

Triadic Colors of #bdad33

#bdad33 #33bdad #ad33bd

Analogous Colors of #bdad33

#bdad33 #88bd33 #bd6833

Monochromatic Colors of #bdad33

#bdad33

Complementary Color

#bdad33 #3343bd

#bdad33 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdad33 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdad33 Color CSS Codes

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

#bdad33 Text Font Color

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

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


#bdad33 Background Color

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

This div background color is #bdad33


#bdad33 Border Color

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

This div border color is #bdad33


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdad33


Comments

No comments written yet.

Please login to write comment.