Color Hex Logo

#b7adbf Color Hex

#B7ADBF
(183,173,191)
0 Favorites   0 Comments

Color spaces of #b7adbf

RGB 183173191
HSL0.760.120.71
HSV273°75°
CMYK 0.040.090.00   0.25
XYZ43.876043.716055.4157
Yxy43.71600.30680.3057
Hunter Lab66.11812.7461-3.4102
CIE-Lab72.03836.9506-7.8913

#b7adbf color RGB value is (183,173,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 10101101 10111111
Octal 267 255 277
Decimal 183 173 191
Hex B7 AD BF

RGB Percentages of Color #b7adbf

%33.46
%31.63
%34.92

CMYK Percentages of Color #b7adbf

%4
%9
%0
%25

Triadic Colors of #b7adbf

#b7adbf #bfb7ad #adbfb7

Analogous Colors of #b7adbf

#b7adbf #bfadbe #aeadbf

Monochromatic Colors of #b7adbf

#b7adbf

Complementary Color

#b7adbf #b5bfad

#b7adbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7adbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7adbf Color CSS Codes

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

#b7adbf Text Font Color

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

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


#b7adbf Background Color

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

This div background color is #b7adbf


#b7adbf Border Color

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

This div border color is #b7adbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7adbf


Comments

No comments written yet.

Please login to write comment.