Color Hex Logo

#b3adbf Color Hex

#B3ADBF
(179,173,191)
0 Favorites   0 Comments

Color spaces of #b3adbf

RGB 179173191
HSL0.720.120.71
HSV260°75°
CMYK 0.060.090.00   0.25
XYZ42.937943.232455.3718
Yxy43.23240.30340.3054
Hunter Lab65.75131.5018-3.9045
CIE-Lab71.71245.5812-8.4109

#b3adbf color RGB value is (179,173,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 10101101 10111111
Octal 263 255 277
Decimal 179 173 191
Hex B3 AD BF

RGB Percentages of Color #b3adbf

%32.97
%31.86
%35.17

CMYK Percentages of Color #b3adbf

%6
%9
%0
%25

Triadic Colors of #b3adbf

#b3adbf #bfb3ad #adbfb3

Analogous Colors of #b3adbf

#b3adbf #bcadbf #adb0bf

Monochromatic Colors of #b3adbf

#b3adbf

Complementary Color

#b3adbf #b9bfad

#b3adbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3adbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3adbf Color CSS Codes

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

#b3adbf Text Font Color

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

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


#b3adbf Background Color

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

This div background color is #b3adbf


#b3adbf Border Color

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

This div border color is #b3adbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3adbf


Comments

No comments written yet.

Please login to write comment.