Color Hex Logo

#bda97e Color Hex

#BDA97E
(189,169,126)
0 Favorites   0 Comments

Color spaces of #bda97e

RGB 189169126
HSL0.110.320.62
HSV41°33°74°
CMYK 0.000.110.33   0.26
XYZ38.940140.701125.5424
Yxy40.70110.37020.3870
Hunter Lab63.7974-2.694220.9204
CIE-Lab69.96600.812124.8697

#bda97e color RGB value is (189,169,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101001 01111110
Octal 275 251 176
Decimal 189 169 126
Hex BD A9 7E

RGB Percentages of Color #bda97e

%39.05
%34.92
%26.03

CMYK Percentages of Color #bda97e

%0
%11
%33
%26

Triadic Colors of #bda97e

#bda97e #7ebda9 #a97ebd

Analogous Colors of #bda97e

#bda97e #b2bd7e #bd8a7e

Monochromatic Colors of #bda97e

#bda97e

Complementary Color

#bda97e #7e92bd

#bda97e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda97e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda97e Color CSS Codes

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

#bda97e Text Font Color

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

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


#bda97e Background Color

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

This div background color is #bda97e


#bda97e Border Color

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

This div border color is #bda97e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda97e


Comments

No comments written yet.

Please login to write comment.