Color Hex Logo

#b5adba Color Hex

#B5ADBA
(181,173,186)
0 Favorites   0 Comments

Color spaces of #b5adba

RGB 181173186
HSL0.770.090.70
HSV277°73°
CMYK 0.030.070.00   0.27
XYZ42.862643.256152.5445
Yxy43.25610.30910.3120
Hunter Lab65.76941.2340-1.3294
CIE-Lab71.72845.2877-5.6186

#b5adba color RGB value is (181,173,186).

#b5adba hex color red value is 181, green value is 173 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #b5adba hue: 0.77 , saturation: 0.09 and the lightness value of b5adba is 0.70.

The process color (four color CMYK) of #b5adba color hex is 0.03, 0.07, 0.00, 0.27. Web safe color of #b5adba is #cc99cc. Color #b5adba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10101101 10111010
Octal 265 255 272
Decimal 181 173 186
Hex B5 AD BA

RGB Percentages of Color #b5adba

%33.52
%32.04
%34.44

CMYK Percentages of Color #b5adba

%3
%7
%0
%27

Triadic Colors of #b5adba

#b5adba #bab5ad #adbab5

Analogous Colors of #b5adba

#b5adba #baadb9 #afadba

Monochromatic Colors of #b5adba

#b5adba

Complementary Color

#b5adba #b2baad

#b5adba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5adba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5adba Color CSS Codes

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

#b5adba Text Font Color

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

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


#b5adba Background Color

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

This div background color is #b5adba


#b5adba Border Color

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

This div border color is #b5adba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5adba


Comments

No comments written yet.

Please login to write comment.