Color Hex Logo

#bdac88 Color Hex

#BDAC88
(189,172,136)
0 Favorites   0 Comments

Color spaces of #bdac88

RGB 189172136
HSL0.110.290.64
HSV41°28°74°
CMYK 0.000.090.28   0.26
XYZ40.182742.101429.3011
Yxy42.10140.36010.3773
Hunter Lab64.8856-3.007318.6457
CIE-Lab70.94080.519320.7746

#bdac88 color RGB value is (189,172,136).

#bdac88 hex color red value is 189, green value is 172 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #bdac88 hue: 0.11 , saturation: 0.29 and the lightness value of bdac88 is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101100 10001000
Octal 275 254 210
Decimal 189 172 136
Hex BD AC 88

RGB Percentages of Color #bdac88

%38.03
%34.61
%27.36

CMYK Percentages of Color #bdac88

%0
%9
%28
%26

Triadic Colors of #bdac88

#bdac88 #88bdac #ac88bd

Analogous Colors of #bdac88

#bdac88 #b4bd88 #bd9288

Monochromatic Colors of #bdac88

#bdac88

Complementary Color

#bdac88 #8899bd

#bdac88 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdac88 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdac88 Color CSS Codes

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

#bdac88 Text Font Color

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

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


#bdac88 Background Color

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

This div background color is #bdac88


#bdac88 Border Color

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

This div border color is #bdac88


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdac88


Comments

No comments written yet.

Please login to write comment.