Color Hex Logo

#b7babe Color Hex

#B7BABE
(183,186,190)
0 Favorites   0 Comments

Color spaces of #b7babe

RGB 183186190
HSL0.600.050.73
HSV214°75°
CMYK 0.040.020.00   0.25
XYZ46.381648.902855.7098
Yxy48.90280.30720.3239
Hunter Lab69.9305-3.98791.7183
CIE-Lab75.3908-0.2800-2.3930

#b7babe color RGB value is (183,186,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 10111010 10111110
Octal 267 272 276
Decimal 183 186 190
Hex B7 BA BE

RGB Percentages of Color #b7babe

%32.74
%33.27
%33.99

CMYK Percentages of Color #b7babe

%4
%2
%0
%25

Triadic Colors of #b7babe

#b7babe #beb7ba #babeb7

Analogous Colors of #b7babe

#b7babe #b8b7be #b7bebe

Monochromatic Colors of #b7babe

#b7babe

Complementary Color

#b7babe #bebbb7

#b7babe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7babe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7babe Color CSS Codes

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

#b7babe Text Font Color

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

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


#b7babe Background Color

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

This div background color is #b7babe


#b7babe Border Color

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

This div border color is #b7babe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7babe


Comments

No comments written yet.

Please login to write comment.