Color Hex Logo

#b6babe Color Hex

#B6BABE
(182,186,190)
0 Favorites   0 Comments

Color spaces of #b6babe

RGB 182186190
HSL0.580.060.73
HSV210°75°
CMYK 0.040.020.00   0.25
XYZ46.144648.780655.6987
Yxy48.78060.30640.3239
Hunter Lab69.8431-4.29241.6074
CIE-Lab75.3146-0.6232-2.5137

#b6babe color RGB value is (182,186,190).

#b6babe hex color red value is 182, green value is 186 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #b6babe hue: 0.58 , saturation: 0.06 and the lightness value of b6babe is 0.73.

The process color (four color CMYK) of #b6babe color hex is 0.04, 0.02, 0.00, 0.25. Web safe color of #b6babe is #cccccc. Color #b6babe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 10111010 10111110
Octal 266 272 276
Decimal 182 186 190
Hex B6 BA BE

RGB Percentages of Color #b6babe

%32.62
%33.33
%34.05

CMYK Percentages of Color #b6babe

%4
%2
%0
%25

Triadic Colors of #b6babe

#b6babe #beb6ba #babeb6

Analogous Colors of #b6babe

#b6babe #b6b6be #b6bebe

Monochromatic Colors of #b6babe

#b6babe

Complementary Color

#b6babe #bebab6

#b6babe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6babe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6babe Color CSS Codes

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

#b6babe Text Font Color

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

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


#b6babe Background Color

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

This div background color is #b6babe


#b6babe Border Color

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

This div border color is #b6babe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6babe


Comments

No comments written yet.

Please login to write comment.