Color Hex Logo

#bdabb5 Color Hex

#BDABB5
(189,171,181)
0 Favorites   0 Comments

Color spaces of #bdabb5

RGB 189171181
HSL0.910.120.71
HSV327°10°74°
CMYK 0.000.100.04   0.26
XYZ43.889743.280849.7569
Yxy43.28080.32050.3161
Hunter Lab65.78813.95471.2095
CIE-Lab71.74518.2543-2.7650

#bdabb5 color RGB value is (189,171,181).

#bdabb5 hex color red value is 189, green value is 171 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #bdabb5 hue: 0.91 , saturation: 0.12 and the lightness value of bdabb5 is 0.71.

The process color (four color CMYK) of #bdabb5 color hex is 0.00, 0.10, 0.04, 0.26. Web safe color of #bdabb5 is #cc99cc. Color #bdabb5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101011 10110101
Octal 275 253 265
Decimal 189 171 181
Hex BD AB B5

RGB Percentages of Color #bdabb5

%34.94
%31.61
%33.46

CMYK Percentages of Color #bdabb5

%0
%10
%4
%26

Triadic Colors of #bdabb5

#bdabb5 #b5bdab #abb5bd

Analogous Colors of #bdabb5

#bdabb5 #bdabac #bcabbd

Monochromatic Colors of #bdabb5

#bdabb5

Complementary Color

#bdabb5 #abbdb3

#bdabb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdabb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdabb5 Color CSS Codes

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

#bdabb5 Text Font Color

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

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


#bdabb5 Background Color

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

This div background color is #bdabb5


#bdabb5 Border Color

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

This div border color is #bdabb5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdabb5


Comments

No comments written yet.

Please login to write comment.