Color Hex Logo

#b6adbe Color Hex

#B6ADBE
(182,173,190)
0 Favorites   0 Comments

Color spaces of #b6adbe

RGB 182173190
HSL0.750.120.71
HSV272°75°
CMYK 0.040.090.00   0.25
XYZ43.529243.549954.8269
Yxy43.54990.30670.3069
Hunter Lab65.99232.2537-3.0639
CIE-Lab71.92666.4110-7.5162

#b6adbe color RGB value is (182,173,190).

#b6adbe hex color red value is 182, green value is 173 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #b6adbe hue: 0.75 , saturation: 0.12 and the lightness value of b6adbe is 0.71.

The process color (four color CMYK) of #b6adbe color hex is 0.04, 0.09, 0.00, 0.25. Web safe color of #b6adbe is #cc99cc. Color #b6adbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 10101101 10111110
Octal 266 255 276
Decimal 182 173 190
Hex B6 AD BE

RGB Percentages of Color #b6adbe

%33.39
%31.74
%34.86

CMYK Percentages of Color #b6adbe

%4
%9
%0
%25

Triadic Colors of #b6adbe

#b6adbe #beb6ad #adbeb6

Analogous Colors of #b6adbe

#b6adbe #beadbe #aeadbe

Monochromatic Colors of #b6adbe

#b6adbe

Complementary Color

#b6adbe #b5bead

#b6adbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6adbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6adbe Color CSS Codes

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

#b6adbe Text Font Color

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

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


#b6adbe Background Color

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

This div background color is #b6adbe


#b6adbe Border Color

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

This div border color is #b6adbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6adbe


Comments

No comments written yet.

Please login to write comment.