Color Hex Logo

#bda04f Color Hex

#BDA04F
(189,160,79)
0 Favorites   0 Comments

Color spaces of #bda04f

RGB 18916079
HSL0.120.450.53
HSV44°58°74°
CMYK 0.000.150.58   0.26
XYZ34.968436.524912.6041
Yxy36.52490.41580.4343
Hunter Lab60.4358-2.481929.9400
CIE-Lab66.91910.864745.4917

#bda04f color RGB value is (189,160,79).

#bda04f hex color red value is 189, green value is 160 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #bda04f hue: 0.12 , saturation: 0.45 and the lightness value of bda04f is 0.53.

The process color (four color CMYK) of #bda04f color hex is 0.00, 0.15, 0.58, 0.26. Web safe color of #bda04f is #cc9966. Color #bda04f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10100000 01001111
Octal 275 240 117
Decimal 189 160 79
Hex BD A0 4F

RGB Percentages of Color #bda04f

%44.16
%37.38
%18.46

CMYK Percentages of Color #bda04f

%0
%15
%58
%26

Triadic Colors of #bda04f

#bda04f #4fbda0 #a04fbd

Analogous Colors of #bda04f

#bda04f #a3bd4f #bd694f

Monochromatic Colors of #bda04f

#bda04f

Complementary Color

#bda04f #4f6cbd

#bda04f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda04f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda04f Color CSS Codes

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

#bda04f Text Font Color

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

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


#bda04f Background Color

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

This div background color is #bda04f


#bda04f Border Color

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

This div border color is #bda04f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda04f


Comments

No comments written yet.

Please login to write comment.