Color Hex Logo

#b7adab Color Hex

#B7ADAB
(183,173,171)
0 Favorites   0 Comments

Color spaces of #b7adab

RGB 183173171
HSL0.030.080.69
HSV10°72°
CMYK 0.000.050.07   0.28
XYZ41.822742.894744.6033
Yxy42.89470.32340.3317
Hunter Lab65.4940-0.62945.4677
CIE-Lab71.48343.21762.2973

#b7adab color RGB value is (183,173,171).

#b7adab hex color red value is 183, green value is 173 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #b7adab hue: 0.03 , saturation: 0.08 and the lightness value of b7adab is 0.69.

The process color (four color CMYK) of #b7adab color hex is 0.00, 0.05, 0.07, 0.28. Web safe color of #b7adab is #cc9999. Color #b7adab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 10101101 10101011
Octal 267 255 253
Decimal 183 173 171
Hex B7 AD AB

RGB Percentages of Color #b7adab

%34.72
%32.83
%32.45

CMYK Percentages of Color #b7adab

%0
%5
%7
%28

Triadic Colors of #b7adab

#b7adab #abb7ad #adabb7

Analogous Colors of #b7adab

#b7adab #b7b3ab #b7abaf

Monochromatic Colors of #b7adab

#b7adab

Complementary Color

#b7adab #abb5b7

#b7adab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7adab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7adab Color CSS Codes

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

#b7adab Text Font Color

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

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


#b7adab Background Color

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

This div background color is #b7adab


#b7adab Border Color

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

This div border color is #b7adab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7adab


Comments

No comments written yet.

Please login to write comment.