Color Hex Logo

#b5adbb Color Hex

#B5ADBB
(181,173,187)
0 Favorites   0 Comments

Color spaces of #b5adbb

RGB 181173187
HSL0.760.090.71
HSV274°73°
CMYK 0.030.070.00   0.27
XYZ42.969343.298853.1065
Yxy43.29880.30830.3107
Hunter Lab65.80181.4092-1.7897
CIE-Lab71.75735.4813-6.1261

#b5adbb color RGB value is (181,173,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 10101101 10111011
Octal 265 255 273
Decimal 181 173 187
Hex B5 AD BB

RGB Percentages of Color #b5adbb

%33.46
%31.98
%34.57

CMYK Percentages of Color #b5adbb

%3
%7
%0
%27

Triadic Colors of #b5adbb

#b5adbb #bbb5ad #adbbb5

Analogous Colors of #b5adbb

#b5adbb #bbadba #aeadbb

Monochromatic Colors of #b5adbb

#b5adbb

Complementary Color

#b5adbb #b3bbad

#b5adbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5adbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5adbb Color CSS Codes

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

#b5adbb Text Font Color

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

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


#b5adbb Background Color

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

This div background color is #b5adbb


#b5adbb Border Color

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

This div border color is #b5adbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5adbb


Comments

No comments written yet.

Please login to write comment.