Color Hex Logo

#b3aeba Color Hex

#B3AEBA
(179,174,186)
0 Favorites   0 Comments

Color spaces of #b3aeba

RGB 179174186
HSL0.740.080.71
HSV265°73°
CMYK 0.040.060.00   0.27
XYZ42.589443.401052.5869
Yxy43.40100.30730.3132
Hunter Lab65.87940.1068-1.2114
CIE-Lab71.82634.0496-5.4920

#b3aeba color RGB value is (179,174,186).

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

The process color (four color CMYK) of #b3aeba color hex is 0.04, 0.06, 0.00, 0.27. Web safe color of #b3aeba is #cc99cc. Color #b3aeba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 10101110 10111010
Octal 263 256 272
Decimal 179 174 186
Hex B3 AE BA

RGB Percentages of Color #b3aeba

%33.21
%32.28
%34.51

CMYK Percentages of Color #b3aeba

%4
%6
%0
%27

Triadic Colors of #b3aeba

#b3aeba #bab3ae #aebab3

Analogous Colors of #b3aeba

#b3aeba #b9aeba #aeafba

Monochromatic Colors of #b3aeba

#b3aeba

Complementary Color

#b3aeba #b5baae

#b3aeba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3aeba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3aeba Color CSS Codes

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

#b3aeba Text Font Color

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

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


#b3aeba Background Color

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

This div background color is #b3aeba


#b3aeba Border Color

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

This div border color is #b3aeba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3aeba


Comments

No comments written yet.

Please login to write comment.