Color Hex Logo

#bda733 Color Hex

#BDA733
(189,167,51)
0 Favorites   0 Comments

Color spaces of #bda733

RGB 18916751
HSL0.140.580.47
HSV50°73°74°
CMYK 0.000.120.73   0.26
XYZ35.402538.69538.7350
Yxy38.69530.42740.4671
Hunter Lab62.2055-7.271635.2183
CIE-Lab68.5300-4.602559.4837

#bda733 color RGB value is (189,167,51).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10100111 00110011
Octal 275 247 63
Decimal 189 167 51
Hex BD A7 33

RGB Percentages of Color #bda733

%46.44
%41.03
%12.53

CMYK Percentages of Color #bda733

%0
%12
%73
%26

Triadic Colors of #bda733

#bda733 #33bda7 #a733bd

Analogous Colors of #bda733

#bda733 #8ebd33 #bd6233

Monochromatic Colors of #bda733

#bda733

Complementary Color

#bda733 #3349bd

#bda733 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda733 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda733 Color CSS Codes

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

#bda733 Text Font Color

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

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


#bda733 Background Color

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

This div background color is #bda733


#bda733 Border Color

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

This div border color is #bda733


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda733


Comments

No comments written yet.

Please login to write comment.