Color Hex Logo

#bda996 Color Hex

#BDA996
(189,169,150)
0 Favorites   0 Comments

Color spaces of #bda996

RGB 189169150
HSL0.080.230.66
HSV29°21°74°
CMYK 0.000.110.21   0.26
XYZ40.679341.396834.7005
Yxy41.39680.34840.3545
Hunter Lab64.34030.261313.0615
CIE-Lab70.45304.161212.4451

#bda996 color RGB value is (189,169,150).

#bda996 hex color red value is 189, green value is 169 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #bda996 hue: 0.08 , saturation: 0.23 and the lightness value of bda996 is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101001 10010110
Octal 275 251 226
Decimal 189 169 150
Hex BD A9 96

RGB Percentages of Color #bda996

%37.20
%33.27
%29.53

CMYK Percentages of Color #bda996

%0
%11
%21
%26

Triadic Colors of #bda996

#bda996 #96bda9 #a996bd

Analogous Colors of #bda996

#bda996 #bdbd96 #bd9697

Monochromatic Colors of #bda996

#bda996

Complementary Color

#bda996 #96aabd

#bda996 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda996 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda996 Color CSS Codes

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

#bda996 Text Font Color

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

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


#bda996 Background Color

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

This div background color is #bda996


#bda996 Border Color

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

This div border color is #bda996


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda996

#bda996 Color Palettes


Comments

No comments written yet.

Please login to write comment.