Color Hex Logo

#bdac94 Color Hex

#BDAC94
(189,172,148)
0 Favorites   0 Comments

Color spaces of #bdac94

RGB 189172148
HSL0.100.240.66
HSV35°22°74°
CMYK 0.000.090.22   0.26
XYZ41.084142.462034.0476
Yxy42.46200.34940.3611
Hunter Lab65.1629-1.493814.6350
CIE-Lab71.18832.237714.5750

#bdac94 color RGB value is (189,172,148).

#bdac94 hex color red value is 189, green value is 172 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #bdac94 hue: 0.10 , saturation: 0.24 and the lightness value of bdac94 is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101100 10010100
Octal 275 254 224
Decimal 189 172 148
Hex BD AC 94

RGB Percentages of Color #bdac94

%37.13
%33.79
%29.08

CMYK Percentages of Color #bdac94

%0
%9
%22
%26

Triadic Colors of #bdac94

#bdac94 #94bdac #ac94bd

Analogous Colors of #bdac94

#bdac94 #babd94 #bd9894

Monochromatic Colors of #bdac94

#bdac94

Complementary Color

#bdac94 #94a5bd

#bdac94 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdac94 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdac94 Color CSS Codes

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

#bdac94 Text Font Color

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

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


#bdac94 Background Color

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

This div background color is #bdac94


#bdac94 Border Color

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

This div border color is #bdac94


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdac94


Comments

No comments written yet.

Please login to write comment.