Color Hex Logo

#bda497 Color Hex

#BDA497
(189,164,151)
0 Favorites   0 Comments

Color spaces of #bda497

RGB 189164151
HSL0.060.220.67
HSV21°20°74°
CMYK 0.000.130.20   0.26
XYZ39.847639.604134.8223
Yxy39.60410.34870.3466
Hunter Lab62.93182.893311.2451
CIE-Lab69.18667.034210.1019

#bda497 color RGB value is (189,164,151).

#bda497 hex color red value is 189, green value is 164 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #bda497 hue: 0.06 , saturation: 0.22 and the lightness value of bda497 is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10100100 10010111
Octal 275 244 227
Decimal 189 164 151
Hex BD A4 97

RGB Percentages of Color #bda497

%37.50
%32.54
%29.96

CMYK Percentages of Color #bda497

%0
%13
%20
%26

Triadic Colors of #bda497

#bda497 #97bda4 #a497bd

Analogous Colors of #bda497

#bda497 #bdb797 #bd979d

Monochromatic Colors of #bda497

#bda497

Complementary Color

#bda497 #97b0bd

#bda497 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda497 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda497 Color CSS Codes

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

#bda497 Text Font Color

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

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


#bda497 Background Color

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

This div background color is #bda497


#bda497 Border Color

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

This div border color is #bda497


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda497


Comments

No comments written yet.

Please login to write comment.