Color Hex Logo

#bda48b Color Hex

#BDA48B
(189,164,139)
0 Favorites   0 Comments

Color spaces of #bda48b

RGB 189164139
HSL0.080.270.64
HSV30°26°74°
CMYK 0.000.130.26   0.26
XYZ38.921939.233829.9476
Yxy39.23380.36000.3629
Hunter Lab62.63691.303515.4984
CIE-Lab68.92035.261716.3482

#bda48b color RGB value is (189,164,139).

#bda48b hex color red value is 189, green value is 164 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #bda48b hue: 0.08 , saturation: 0.27 and the lightness value of bda48b is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10100100 10001011
Octal 275 244 213
Decimal 189 164 139
Hex BD A4 8B

RGB Percentages of Color #bda48b

%38.41
%33.33
%28.25

CMYK Percentages of Color #bda48b

%0
%13
%26
%26

Triadic Colors of #bda48b

#bda48b #8bbda4 #a48bbd

Analogous Colors of #bda48b

#bda48b #bdbd8b #bd8b8b

Monochromatic Colors of #bda48b

#bda48b

Complementary Color

#bda48b #8ba4bd

#bda48b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda48b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda48b Color CSS Codes

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

#bda48b Text Font Color

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

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


#bda48b Background Color

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

This div background color is #bda48b


#bda48b Border Color

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

This div border color is #bda48b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda48b

#bda48b Color Palettes


Comments

No comments written yet.

Please login to write comment.