Color Hex Logo

#bdaeaa Color Hex

#BDAEAA
(189,174,170)
0 Favorites   0 Comments

Color spaces of #bdaeaa

RGB 189174170
HSL0.040.130.70
HSV13°10°74°
CMYK 0.000.080.10   0.26
XYZ43.378043.993244.2355
Yxy43.99320.32960.3343
Hunter Lab66.32740.66586.8871
CIE-Lab72.22404.68273.9835

#bdaeaa color RGB value is (189,174,170).

#bdaeaa hex color red value is 189, green value is 174 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #bdaeaa hue: 0.04 , saturation: 0.13 and the lightness value of bdaeaa is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101110 10101010
Octal 275 256 252
Decimal 189 174 170
Hex BD AE AA

RGB Percentages of Color #bdaeaa

%35.46
%32.65
%31.89

CMYK Percentages of Color #bdaeaa

%0
%8
%10
%26

Triadic Colors of #bdaeaa

#bdaeaa #aabdae #aeaabd

Analogous Colors of #bdaeaa

#bdaeaa #bdb8aa #bdaab0

Monochromatic Colors of #bdaeaa

#bdaeaa

Complementary Color

#bdaeaa #aab9bd

#bdaeaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdaeaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdaeaa Color CSS Codes

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

#bdaeaa Text Font Color

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

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


#bdaeaa Background Color

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

This div background color is #bdaeaa


#bdaeaa Border Color

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

This div border color is #bdaeaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdaeaa


Comments

No comments written yet.

Please login to write comment.