Color Hex Logo

#bda948 Color Hex

#BDA948
(189,169,72)
0 Favorites   0 Comments

Color spaces of #bda948

RGB 18916972
HSL0.140.470.51
HSV50°62°74°
CMYK 0.000.110.62   0.26
XYZ36.343939.662611.8710
Yxy39.66260.41360.4513
Hunter Lab62.9783-7.202032.9090
CIE-Lab69.2285-4.452651.4012

#bda948 color RGB value is (189,169,72).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101001 01001000
Octal 275 251 110
Decimal 189 169 72
Hex BD A9 48

RGB Percentages of Color #bda948

%43.95
%39.30
%16.74

CMYK Percentages of Color #bda948

%0
%11
%62
%26

Triadic Colors of #bda948

#bda948 #48bda9 #a948bd

Analogous Colors of #bda948

#bda948 #97bd48 #bd6f48

Monochromatic Colors of #bda948

#bda948

Complementary Color

#bda948 #485cbd

#bda948 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda948 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda948 Color CSS Codes

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

#bda948 Text Font Color

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

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


#bda948 Background Color

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

This div background color is #bda948


#bda948 Border Color

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

This div border color is #bda948


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda948


Comments

No comments written yet.

Please login to write comment.