Color Hex Logo

#bdabc7 Color Hex

#BDABC7
(189,171,199)
0 Favorites   0 Comments

Color spaces of #bdabc7

RGB 189171199
HSL0.770.200.73
HSV279°14°78°
CMYK 0.050.140.00   0.22
XYZ45.858044.068260.1219
Yxy44.06820.30560.2937
Hunter Lab66.38397.1360-7.2285
CIE-Lab72.274111.6674-11.8828

#bdabc7 color RGB value is (189,171,199).

#bdabc7 hex color red value is 189, green value is 171 and the blue value of its RGB is 199. Cylindrical-coordinate representations (also known as HSL) of color #bdabc7 hue: 0.77 , saturation: 0.20 and the lightness value of bdabc7 is 0.73.

The process color (four color CMYK) of #bdabc7 color hex is 0.05, 0.14, 0.00, 0.22. Web safe color of #bdabc7 is #cc99cc. Color #bdabc7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101011 11000111
Octal 275 253 307
Decimal 189 171 199
Hex BD AB C7

RGB Percentages of Color #bdabc7

%33.81
%30.59
%35.60

CMYK Percentages of Color #bdabc7

%5
%14
%0
%22

Triadic Colors of #bdabc7

#bdabc7 #c7bdab #abc7bd

Analogous Colors of #bdabc7

#bdabc7 #c7abc3 #afabc7

Monochromatic Colors of #bdabc7

#bdabc7

Complementary Color

#bdabc7 #b5c7ab

#bdabc7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdabc7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdabc7 Color CSS Codes

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

#bdabc7 Text Font Color

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

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


#bdabc7 Background Color

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

This div background color is #bdabc7


#bdabc7 Border Color

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

This div border color is #bdabc7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdabc7


Comments

No comments written yet.

Please login to write comment.