Color Hex Logo

#bdaaa8 Color Hex

#BDAAA8
(189,170,168)
0 Favorites   0 Comments

Color spaces of #bdaaa8

RGB 189170168
HSL0.020.140.70
HSV11°74°
CMYK 0.000.100.11   0.26
XYZ42.428942.395442.9927
Yxy42.39540.33200.3317
Hunter Lab65.11182.37076.4296
CIE-Lab71.14276.51503.5196

#bdaaa8 color RGB value is (189,170,168).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101010 10101000
Octal 275 252 250
Decimal 189 170 168
Hex BD AA A8

RGB Percentages of Color #bdaaa8

%35.86
%32.26
%31.88

CMYK Percentages of Color #bdaaa8

%0
%10
%11
%26

Triadic Colors of #bdaaa8

#bdaaa8 #a8bdaa #aaa8bd

Analogous Colors of #bdaaa8

#bdaaa8 #bdb5a8 #bda8b1

Monochromatic Colors of #bdaaa8

#bdaaa8

Complementary Color

#bdaaa8 #a8bbbd

#bdaaa8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdaaa8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdaaa8 Color CSS Codes

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

#bdaaa8 Text Font Color

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

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


#bdaaa8 Background Color

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

This div background color is #bdaaa8


#bdaaa8 Border Color

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

This div border color is #bdaaa8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdaaa8


Comments

No comments written yet.

Please login to write comment.