Color Hex Logo

#bda34f Color Hex

#BDA34F
(189,163,79)
0 Favorites   0 Comments

Color spaces of #bda34f

RGB 18916379
HSL0.130.450.53
HSV46°58°74°
CMYK 0.000.140.58   0.26
XYZ35.494737.577712.7796
Yxy37.57770.41340.4377
Hunter Lab61.3007-3.919930.5500
CIE-Lab67.7082-0.748446.4020

#bda34f color RGB value is (189,163,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10100011 01001111
Octal 275 243 117
Decimal 189 163 79
Hex BD A3 4F

RGB Percentages of Color #bda34f

%43.85
%37.82
%18.33

CMYK Percentages of Color #bda34f

%0
%14
%58
%26

Triadic Colors of #bda34f

#bda34f #4fbda3 #a34fbd

Analogous Colors of #bda34f

#bda34f #a0bd4f #bd6c4f

Monochromatic Colors of #bda34f

#bda34f

Complementary Color

#bda34f #4f69bd

#bda34f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda34f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda34f Color CSS Codes

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

#bda34f Text Font Color

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

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


#bda34f Background Color

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

This div background color is #bda34f


#bda34f Border Color

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

This div border color is #bda34f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda34f

#bda34f Color Palettes


Comments

No comments written yet.

Please login to write comment.