Color Hex Logo

#bda071 Color Hex

#BDA071
(189,160,113)
0 Favorites   0 Comments

Color spaces of #bda071

RGB 189160113
HSL0.100.370.59
HSV37°40°74°
CMYK 0.000.150.40   0.26
XYZ36.537737.152720.8682
Yxy37.15270.38640.3929
Hunter Lab60.95300.332322.3683
CIE-Lab67.39144.109828.4671

#bda071 color RGB value is (189,160,113).

#bda071 hex color red value is 189, green value is 160 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #bda071 hue: 0.10 , saturation: 0.37 and the lightness value of bda071 is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10100000 01110001
Octal 275 240 161
Decimal 189 160 113
Hex BD A0 71

RGB Percentages of Color #bda071

%40.91
%34.63
%24.46

CMYK Percentages of Color #bda071

%0
%15
%40
%26

Triadic Colors of #bda071

#bda071 #71bda0 #a071bd

Analogous Colors of #bda071

#bda071 #b4bd71 #bd7a71

Monochromatic Colors of #bda071

#bda071

Complementary Color

#bda071 #718ebd

#bda071 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda071 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda071 Color CSS Codes

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

#bda071 Text Font Color

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

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


#bda071 Background Color

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

This div background color is #bda071


#bda071 Border Color

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

This div border color is #bda071


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda071


Comments

No comments written yet.

Please login to write comment.