Color Hex Logo

#bdacae Color Hex

#BDACAE
(189,172,174)
0 Favorites   0 Comments

Color spaces of #bdacae

RGB 189172174
HSL0.980.110.71
HSV353°74°
CMYK 0.000.090.08   0.26
XYZ43.378843.379946.1312
Yxy43.37990.32640.3264
Hunter Lab65.86342.30224.5773
CIE-Lab71.81216.46041.1869

#bdacae color RGB value is (189,172,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101100 10101110
Octal 275 254 256
Decimal 189 172 174
Hex BD AC AE

RGB Percentages of Color #bdacae

%35.33
%32.15
%32.52

CMYK Percentages of Color #bdacae

%0
%9
%8
%26

Triadic Colors of #bdacae

#bdacae #aebdac #acaebd

Analogous Colors of #bdacae

#bdacae #bdb3ac #bdacb7

Monochromatic Colors of #bdacae

#bdacae

Complementary Color

#bdacae #acbdbb

#bdacae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdacae Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdacae Color CSS Codes

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

#bdacae Text Font Color

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

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


#bdacae Background Color

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

This div background color is #bdacae


#bdacae Border Color

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

This div border color is #bdacae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdacae


Comments

No comments written yet.

Please login to write comment.