Color Hex Logo

#b2abbe Color Hex

#B2ABBE
(178,171,190)
0 Favorites   0 Comments

Color spaces of #b2abbe

RGB 178171190
HSL0.730.130.71
HSV262°10°75°
CMYK 0.060.100.00   0.25
XYZ42.217342.308554.6565
Yxy42.30850.30330.3040
Hunter Lab65.04502.0263-4.2892
CIE-Lab71.08316.1355-8.8055

#b2abbe color RGB value is (178,171,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 10101011 10111110
Octal 262 253 276
Decimal 178 171 190
Hex B2 AB BE

RGB Percentages of Color #b2abbe

%33.02
%31.73
%35.25

CMYK Percentages of Color #b2abbe

%6
%10
%0
%25

Triadic Colors of #b2abbe

#b2abbe #beb2ab #abbeb2

Analogous Colors of #b2abbe

#b2abbe #bcabbe #abaebe

Monochromatic Colors of #b2abbe

#b2abbe

Complementary Color

#b2abbe #b7beab

#b2abbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2abbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2abbe Color CSS Codes

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

#b2abbe Text Font Color

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

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


#b2abbe Background Color

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

This div background color is #b2abbe


#b2abbe Border Color

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

This div border color is #b2abbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2abbe


Comments

No comments written yet.

Please login to write comment.