Color Hex Logo

#bda44b Color Hex

#BDA44B
(189,164,75)
0 Favorites   0 Comments

Color spaces of #bda44b

RGB 18916475
HSL0.130.460.52
HSV47°60°74°
CMYK 0.000.130.60   0.26
XYZ35.531737.877712.0950
Yxy37.87770.41560.4430
Hunter Lab61.5449-4.650131.4295
CIE-Lab67.9304-1.580948.5658

#bda44b color RGB value is (189,164,75).

#bda44b hex color red value is 189, green value is 164 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #bda44b hue: 0.13 , saturation: 0.46 and the lightness value of bda44b is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10100100 01001011
Octal 275 244 113
Decimal 189 164 75
Hex BD A4 4B

RGB Percentages of Color #bda44b

%44.16
%38.32
%17.52

CMYK Percentages of Color #bda44b

%0
%13
%60
%26

Triadic Colors of #bda44b

#bda44b #4bbda4 #a44bbd

Analogous Colors of #bda44b

#bda44b #9dbd4b #bd6b4b

Monochromatic Colors of #bda44b

#bda44b

Complementary Color

#bda44b #4b64bd

#bda44b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda44b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda44b Color CSS Codes

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

#bda44b Text Font Color

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

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


#bda44b Background Color

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

This div background color is #bda44b


#bda44b Border Color

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

This div border color is #bda44b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda44b


Comments

No comments written yet.

Please login to write comment.