Color Hex Logo

#b7adbd Color Hex

#B7ADBD
(183,173,189)
0 Favorites   0 Comments

Color spaces of #b7adbd

RGB 183173189
HSL0.770.110.71
HSV278°74°
CMYK 0.030.080.00   0.26
XYZ43.657343.628554.2643
Yxy43.62850.30840.3082
Hunter Lab66.05192.3896-2.4728
CIE-Lab71.97956.5608-6.8789

#b7adbd color RGB value is (183,173,189).

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

The process color (four color CMYK) of #b7adbd color hex is 0.03, 0.08, 0.00, 0.26. Web safe color of #b7adbd is #cc99cc. Color #b7adbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 10101101 10111101
Octal 267 255 275
Decimal 183 173 189
Hex B7 AD BD

RGB Percentages of Color #b7adbd

%33.58
%31.74
%34.68

CMYK Percentages of Color #b7adbd

%3
%8
%0
%26

Triadic Colors of #b7adbd

#b7adbd #bdb7ad #adbdb7

Analogous Colors of #b7adbd

#b7adbd #bdadbb #afadbd

Monochromatic Colors of #b7adbd

#b7adbd

Complementary Color

#b7adbd #b3bdad

#b7adbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7adbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7adbd Color CSS Codes

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

#b7adbd Text Font Color

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

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


#b7adbd Background Color

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

This div background color is #b7adbd


#b7adbd Border Color

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

This div border color is #b7adbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7adbd


Comments

No comments written yet.

Please login to write comment.