Color Hex Logo

#bda47e Color Hex

#BDA47E
(189,164,126)
0 Favorites   0 Comments

Color spaces of #bda47e

RGB 189164126
HSL0.100.320.62
HSV36°33°74°
CMYK 0.000.130.33   0.26
XYZ38.027638.876125.2382
Yxy38.87610.37230.3806
Hunter Lab62.3507-0.246819.6462
CIE-Lab68.66143.511723.1120

#bda47e color RGB value is (189,164,126).

#bda47e hex color red value is 189, green value is 164 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #bda47e hue: 0.10 , saturation: 0.32 and the lightness value of bda47e is 0.62.

The process color (four color CMYK) of #bda47e color hex is 0.00, 0.13, 0.33, 0.26. Web safe color of #bda47e is #cc9966. Color #bda47e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10100100 01111110
Octal 275 244 176
Decimal 189 164 126
Hex BD A4 7E

RGB Percentages of Color #bda47e

%39.46
%34.24
%26.30

CMYK Percentages of Color #bda47e

%0
%13
%33
%26

Triadic Colors of #bda47e

#bda47e #7ebda4 #a47ebd

Analogous Colors of #bda47e

#bda47e #b7bd7e #bd857e

Monochromatic Colors of #bda47e

#bda47e

Complementary Color

#bda47e #7e97bd

#bda47e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda47e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda47e Color CSS Codes

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

#bda47e Text Font Color

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

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


#bda47e Background Color

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

This div background color is #bda47e


#bda47e Border Color

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

This div border color is #bda47e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda47e


Comments

No comments written yet.

Please login to write comment.