Color Hex Logo

#b2adba Color Hex

#B2ADBA
(178,173,186)
0 Favorites   0 Comments

Color spaces of #b2adba

RGB 178173186
HSL0.730.090.70
HSV263°73°
CMYK 0.040.070.00   0.27
XYZ42.166642.897352.5120
Yxy42.89730.30650.3118
Hunter Lab65.49600.3009-1.6890
CIE-Lab71.48524.2495-6.0056

#b2adba color RGB value is (178,173,186).

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

The process color (four color CMYK) of #b2adba color hex is 0.04, 0.07, 0.00, 0.27. Web safe color of #b2adba is #9999cc. Color #b2adba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10101101 10111010
Octal 262 255 272
Decimal 178 173 186
Hex B2 AD BA

RGB Percentages of Color #b2adba

%33.15
%32.22
%34.64

CMYK Percentages of Color #b2adba

%4
%7
%0
%27

Triadic Colors of #b2adba

#b2adba #bab2ad #adbab2

Analogous Colors of #b2adba

#b2adba #b9adba #adafba

Monochromatic Colors of #b2adba

#b2adba

Complementary Color

#b2adba #b5baad

#b2adba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2adba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2adba Color CSS Codes

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

#b2adba Text Font Color

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

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


#b2adba Background Color

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

This div background color is #b2adba


#b2adba Border Color

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

This div border color is #b2adba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,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 #b2adba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2adba


Comments

No comments written yet.

Please login to write comment.