Color Hex Logo

#b7adaa Color Hex

#B7ADAA
(183,173,170)
0 Favorites   0 Comments

Color spaces of #b7adaa

RGB 183173170
HSL0.040.080.69
HSV14°72°
CMYK 0.000.050.07   0.28
XYZ41.727742.856744.1031
Yxy42.85670.32430.3330
Hunter Lab65.4650-0.78715.8825
CIE-Lab71.45763.04082.8101

#b7adaa color RGB value is (183,173,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 10101101 10101010
Octal 267 255 252
Decimal 183 173 170
Hex B7 AD AA

RGB Percentages of Color #b7adaa

%34.79
%32.89
%32.32

CMYK Percentages of Color #b7adaa

%0
%5
%7
%28

Triadic Colors of #b7adaa

#b7adaa #aab7ad #adaab7

Analogous Colors of #b7adaa

#b7adaa #b7b4aa #b7aaae

Monochromatic Colors of #b7adaa

#b7adaa

Complementary Color

#b7adaa #aab4b7

#b7adaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7adaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7adaa Color CSS Codes

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

#b7adaa Text Font Color

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

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


#b7adaa Background Color

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

This div background color is #b7adaa


#b7adaa Border Color

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

This div border color is #b7adaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7adaa


Comments

No comments written yet.

Please login to write comment.