Color Hex Logo

#b6aeaf Color Hex

#B6AEAF
(182,174,175)
0 Favorites   0 Comments

Color spaces of #b6aeaf

RGB 182174175
HSL0.980.050.70
HSV353°71°
CMYK 0.000.040.04   0.29
XYZ42.165343.312346.6952
Yxy43.31230.31900.3277
Hunter Lab65.8121-0.80754.0008
CIE-Lab71.76643.03340.4985

#b6aeaf color RGB value is (182,174,175).

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

The process color (four color CMYK) of #b6aeaf color hex is 0.00, 0.04, 0.04, 0.29. Web safe color of #b6aeaf is #cc9999. Color #b6aeaf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 10101110 10101111
Octal 266 256 257
Decimal 182 174 175
Hex B6 AE AF

RGB Percentages of Color #b6aeaf

%34.27
%32.77
%32.96

CMYK Percentages of Color #b6aeaf

%0
%4
%4
%29

Triadic Colors of #b6aeaf

#b6aeaf #afb6ae #aeafb6

Analogous Colors of #b6aeaf

#b6aeaf #b6b1ae #b6aeb3

Monochromatic Colors of #b6aeaf

#b6aeaf

Complementary Color

#b6aeaf #aeb6b5

#b6aeaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6aeaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6aeaf Color CSS Codes

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

#b6aeaf Text Font Color

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

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


#b6aeaf Background Color

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

This div background color is #b6aeaf


#b6aeaf Border Color

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

This div border color is #b6aeaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6aeaf


Comments

No comments written yet.

Please login to write comment.