Color Hex Logo

#bda78a Color Hex

#BDA78A
(189,167,138)
0 Favorites   0 Comments

Color spaces of #bda78a

RGB 189167138
HSL0.090.280.64
HSV34°27°74°
CMYK 0.000.120.27   0.26
XYZ39.392440.291229.7455
Yxy40.29120.36000.3682
Hunter Lab63.4753-0.305916.6486
CIE-Lab69.67643.492517.9452

#bda78a color RGB value is (189,167,138).

#bda78a hex color red value is 189, green value is 167 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #bda78a hue: 0.09 , saturation: 0.28 and the lightness value of bda78a is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10100111 10001010
Octal 275 247 212
Decimal 189 167 138
Hex BD A7 8A

RGB Percentages of Color #bda78a

%38.26
%33.81
%27.94

CMYK Percentages of Color #bda78a

%0
%12
%27
%26

Triadic Colors of #bda78a

#bda78a #8abda7 #a78abd

Analogous Colors of #bda78a

#bda78a #babd8a #bd8e8a

Monochromatic Colors of #bda78a

#bda78a

Complementary Color

#bda78a #8aa0bd

#bda78a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda78a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda78a Color CSS Codes

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

#bda78a Text Font Color

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

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


#bda78a Background Color

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

This div background color is #bda78a


#bda78a Border Color

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

This div border color is #bda78a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda78a


Comments

No comments written yet.

Please login to write comment.