Color Hex Logo

#b0abbe Color Hex

#B0ABBE
(176,171,190)
0 Favorites   0 Comments

Color spaces of #b0abbe

RGB 176171190
HSL0.710.130.71
HSV256°10°75°
CMYK 0.070.100.00   0.25
XYZ41.761742.073654.6351
Yxy42.07360.30160.3038
Hunter Lab64.86421.4119-4.5351
CIE-Lab70.92165.4542-9.0632

#b0abbe color RGB value is (176,171,190).

#b0abbe hex color red value is 176, green value is 171 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #b0abbe hue: 0.71 , saturation: 0.13 and the lightness value of b0abbe is 0.71.

The process color (four color CMYK) of #b0abbe color hex is 0.07, 0.10, 0.00, 0.25. Web safe color of #b0abbe is #9999cc. Color #b0abbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 10101011 10111110
Octal 260 253 276
Decimal 176 171 190
Hex B0 AB BE

RGB Percentages of Color #b0abbe

%32.77
%31.84
%35.38

CMYK Percentages of Color #b0abbe

%7
%10
%0
%25

Triadic Colors of #b0abbe

#b0abbe #beb0ab #abbeb0

Analogous Colors of #b0abbe

#b0abbe #baabbe #abb0be

Monochromatic Colors of #b0abbe

#b0abbe

Complementary Color

#b0abbe #b9beab

#b0abbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0abbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0abbe Color CSS Codes

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

#b0abbe Text Font Color

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

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


#b0abbe Background Color

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

This div background color is #b0abbe


#b0abbe Border Color

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

This div border color is #b0abbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0abbe


Comments

No comments written yet.

Please login to write comment.