Color Hex Logo

#b7baae Color Hex

#B7BAAE
(183,186,174)
0 Favorites   0 Comments

Color spaces of #b7baae

RGB 183186174
HSL0.210.080.71
HSV75°73°
CMYK 0.020.000.06   0.27
XYZ44.727348.241146.9985
Yxy48.24110.31960.3447
Hunter Lab69.4558-6.59948.4994
CIE-Lab74.9767-3.23205.7077

#b7baae color RGB value is (183,186,174).

#b7baae hex color red value is 183, green value is 186 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #b7baae hue: 0.21 , saturation: 0.08 and the lightness value of b7baae is 0.71.

The process color (four color CMYK) of #b7baae color hex is 0.02, 0.00, 0.06, 0.27. Web safe color of #b7baae is #cccc99. Color #b7baae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 10111010 10101110
Octal 267 272 256
Decimal 183 186 174
Hex B7 BA AE

RGB Percentages of Color #b7baae

%33.70
%34.25
%32.04

CMYK Percentages of Color #b7baae

%2
%0
%6
%27

Triadic Colors of #b7baae

#b7baae #aeb7ba #baaeb7

Analogous Colors of #b7baae

#b7baae #b1baae #bab7ae

Monochromatic Colors of #b7baae

#b7baae

Complementary Color

#b7baae #b1aeba

#b7baae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7baae Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7baae Color CSS Codes

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

#b7baae Text Font Color

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

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


#b7baae Background Color

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

This div background color is #b7baae


#b7baae Border Color

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

This div border color is #b7baae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(183,186,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 #b7baae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7baae


Comments

No comments written yet.

Please login to write comment.