Color Hex Logo

#b7adbc Color Hex

#B7ADBC
(183,173,188)
0 Favorites   0 Comments

Color spaces of #b7adbc

RGB 183173188
HSL0.780.100.71
HSV280°74°
CMYK 0.030.080.00   0.26
XYZ43.549143.585353.6945
Yxy43.58530.30920.3095
Hunter Lab66.01922.2128-2.0081
CIE-Lab71.95046.3671-6.3720

#b7adbc color RGB value is (183,173,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 10101101 10111100
Octal 267 255 274
Decimal 183 173 188
Hex B7 AD BC

RGB Percentages of Color #b7adbc

%33.64
%31.80
%34.56

CMYK Percentages of Color #b7adbc

%3
%8
%0
%26

Triadic Colors of #b7adbc

#b7adbc #bcb7ad #adbcb7

Analogous Colors of #b7adbc

#b7adbc #bcadba #b0adbc

Monochromatic Colors of #b7adbc

#b7adbc

Complementary Color

#b7adbc #b2bcad

#b7adbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7adbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7adbc Color CSS Codes

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

#b7adbc Text Font Color

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

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


#b7adbc Background Color

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

This div background color is #b7adbc


#b7adbc Border Color

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

This div border color is #b7adbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7adbc


Comments

No comments written yet.

Please login to write comment.