Color Hex Logo

#bda730 Color Hex

#BDA730
(189,167,48)
0 Favorites   0 Comments

Color spaces of #bda730

RGB 18916748
HSL0.140.590.46
HSV51°75°74°
CMYK 0.000.120.75   0.26
XYZ35.338538.66978.3978
Yxy38.66970.42880.4693
Hunter Lab62.1850-7.385635.5226
CIE-Lab68.5113-4.739060.5761

#bda730 color RGB value is (189,167,48).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10100111 00110000
Octal 275 247 60
Decimal 189 167 48
Hex BD A7 30

RGB Percentages of Color #bda730

%46.78
%41.34
%11.88

CMYK Percentages of Color #bda730

%0
%12
%75
%26

Triadic Colors of #bda730

#bda730 #30bda7 #a730bd

Analogous Colors of #bda730

#bda730 #8dbd30 #bd6030

Monochromatic Colors of #bda730

#bda730

Complementary Color

#bda730 #3046bd

#bda730 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda730 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda730 Color CSS Codes

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

#bda730 Text Font Color

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

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


#bda730 Background Color

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

This div background color is #bda730


#bda730 Border Color

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

This div border color is #bda730


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda730


Comments

No comments written yet.

Please login to write comment.