Color Hex Logo

#b9adca Color Hex

#B9ADCA
(185,173,202)
0 Favorites   0 Comments

Color spaces of #b9adca

RGB 185173202
HSL0.740.210.74
HSV265°14°79°
CMYK 0.080.140.00   0.21
XYZ45.611844.465762.0559
Yxy44.46570.29980.2923
Hunter Lab66.68265.4018-8.4984
CIE-Lab72.53879.8238-13.1674

#b9adca color RGB value is (185,173,202).

#b9adca hex color red value is 185, green value is 173 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #b9adca hue: 0.74 , saturation: 0.21 and the lightness value of b9adca is 0.74.

The process color (four color CMYK) of #b9adca color hex is 0.08, 0.14, 0.00, 0.21. Web safe color of #b9adca is #cc99cc. Color #b9adca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10101101 11001010
Octal 271 255 312
Decimal 185 173 202
Hex B9 AD CA

RGB Percentages of Color #b9adca

%33.04
%30.89
%36.07

CMYK Percentages of Color #b9adca

%8
%14
%0
%21

Triadic Colors of #b9adca

#b9adca #cab9ad #adcab9

Analogous Colors of #b9adca

#b9adca #c8adca #adb0ca

Monochromatic Colors of #b9adca

#b9adca

Complementary Color

#b9adca #becaad

#b9adca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9adca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9adca Color CSS Codes

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

#b9adca Text Font Color

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

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


#b9adca Background Color

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

This div background color is #b9adca


#b9adca Border Color

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

This div border color is #b9adca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(185,173,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b9adca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b9adca;
  -webkit-box-shadow: 1px 1px 3px 2px #b9adca;
  box-shadow:         1px 1px 3px 2px #b9adca; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,173,202, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9adca


Comments

No comments written yet.

Please login to write comment.