Color Hex Logo

#bda848 Color Hex

#BDA848
(189,168,72)
0 Favorites   0 Comments

Color spaces of #bda848

RGB 18916872
HSL0.140.470.51
HSV49°62°74°
CMYK 0.000.110.62   0.26
XYZ36.158639.292011.8092
Yxy39.29200.41440.4503
Hunter Lab62.6833-6.728932.7084
CIE-Lab68.9623-3.922751.1082

#bda848 color RGB value is (189,168,72).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101000 01001000
Octal 275 250 110
Decimal 189 168 72
Hex BD A8 48

RGB Percentages of Color #bda848

%44.06
%39.16
%16.78

CMYK Percentages of Color #bda848

%0
%11
%62
%26

Triadic Colors of #bda848

#bda848 #48bda8 #a848bd

Analogous Colors of #bda848

#bda848 #98bd48 #bd6e48

Monochromatic Colors of #bda848

#bda848

Complementary Color

#bda848 #485dbd

#bda848 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda848 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda848 Color CSS Codes

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

#bda848 Text Font Color

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

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


#bda848 Background Color

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

This div background color is #bda848


#bda848 Border Color

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

This div border color is #bda848


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda848


Comments

No comments written yet.

Please login to write comment.