Color Hex Logo

#b7adae Color Hex

#B7ADAE
(183,173,174)
1 Favorites   0 Comments

Color spaces of #b7adae

RGB 183173174
HSL0.980.060.70
HSV354°72°
CMYK 0.000.050.05   0.28
XYZ42.112043.010446.1267
Yxy43.01040.32090.3277
Hunter Lab65.5823-0.14994.2066
CIE-Lab71.56203.75370.7607

#b7adae color RGB value is (183,173,174).

#b7adae hex color red value is 183, green value is 173 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #b7adae hue: 0.98 , saturation: 0.06 and the lightness value of b7adae is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 10101101 10101110
Octal 267 255 256
Decimal 183 173 174
Hex B7 AD AE

RGB Percentages of Color #b7adae

%34.53
%32.64
%32.83

CMYK Percentages of Color #b7adae

%0
%5
%5
%28

Triadic Colors of #b7adae

#b7adae #aeb7ad #adaeb7

Analogous Colors of #b7adae

#b7adae #b7b1ad #b7adb3

Monochromatic Colors of #b7adae

#b7adae

Complementary Color

#b7adae #adb7b6

#b7adae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7adae Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7adae Color CSS Codes

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

#b7adae Text Font Color

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

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


#b7adae Background Color

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

This div background color is #b7adae


#b7adae Border Color

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

This div border color is #b7adae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7adae


Comments

No comments written yet.

Please login to write comment.