Color Hex Logo

#bda548 Color Hex

#BDA548
(189,165,72)
0 Favorites   0 Comments

Color spaces of #bda548

RGB 18916572
HSL0.130.470.51
HSV48°62°74°
CMYK 0.000.130.62   0.26
XYZ35.611138.197011.6267
Yxy38.19700.41680.4471
Hunter Lab61.8037-5.305432.1088
CIE-Lab68.1656-2.326550.2285

#bda548 color RGB value is (189,165,72).

#bda548 hex color red value is 189, green value is 165 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #bda548 hue: 0.13 , saturation: 0.47 and the lightness value of bda548 is 0.51.

The process color (four color CMYK) of #bda548 color hex is 0.00, 0.13, 0.62, 0.26. Web safe color of #bda548 is #cc9933. Color #bda548 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10100101 01001000
Octal 275 245 110
Decimal 189 165 72
Hex BD A5 48

RGB Percentages of Color #bda548

%44.37
%38.73
%16.90

CMYK Percentages of Color #bda548

%0
%13
%62
%26

Triadic Colors of #bda548

#bda548 #48bda5 #a548bd

Analogous Colors of #bda548

#bda548 #9bbd48 #bd6b48

Monochromatic Colors of #bda548

#bda548

Complementary Color

#bda548 #4860bd

#bda548 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda548 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda548 Color CSS Codes

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

#bda548 Text Font Color

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

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


#bda548 Background Color

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

This div background color is #bda548


#bda548 Border Color

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

This div border color is #bda548


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda548


Comments

No comments written yet.

Please login to write comment.