Color Hex Logo

#b6aebd Color Hex

#B6AEBD
(182,174,189)
0 Favorites   0 Comments

Color spaces of #b6aebd

RGB 182174189
HSL0.760.100.71
HSV272°74°
CMYK 0.040.080.00   0.26
XYZ43.612843.891354.3173
Yxy43.89130.30750.3095
Hunter Lab66.25051.5684-2.2352
CIE-Lab72.15585.6698-6.6266

#b6aebd color RGB value is (182,174,189).

#b6aebd hex color red value is 182, green value is 174 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #b6aebd hue: 0.76 , saturation: 0.10 and the lightness value of b6aebd is 0.71.

The process color (four color CMYK) of #b6aebd color hex is 0.04, 0.08, 0.00, 0.26. Web safe color of #b6aebd is #cc99cc. Color #b6aebd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 10101110 10111101
Octal 266 256 275
Decimal 182 174 189
Hex B6 AE BD

RGB Percentages of Color #b6aebd

%33.39
%31.93
%34.68

CMYK Percentages of Color #b6aebd

%4
%8
%0
%26

Triadic Colors of #b6aebd

#b6aebd #bdb6ae #aebdb6

Analogous Colors of #b6aebd

#b6aebd #bdaebd #afaebd

Monochromatic Colors of #b6aebd

#b6aebd

Complementary Color

#b6aebd #b5bdae

#b6aebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6aebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6aebd Color CSS Codes

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

#b6aebd Text Font Color

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

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


#b6aebd Background Color

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

This div background color is #b6aebd


#b6aebd Border Color

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

This div border color is #b6aebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6aebd


Comments

No comments written yet.

Please login to write comment.