Color Hex Logo

#b5abbe Color Hex

#B5ABBE
(181,171,190)
1 Favorites   0 Comments

Color spaces of #b5abbe

RGB 181171190
HSL0.750.130.71
HSV272°10°75°
CMYK 0.050.100.00   0.25
XYZ42.913242.667354.6890
Yxy42.66730.30590.3042
Hunter Lab65.32022.9582-3.9161
CIE-Lab71.32867.1621-8.4138

#b5abbe color RGB value is (181,171,190).

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

The process color (four color CMYK) of #b5abbe color hex is 0.05, 0.10, 0.00, 0.25. Web safe color of #b5abbe is #cc99cc. Color #b5abbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10101011 10111110
Octal 265 253 276
Decimal 181 171 190
Hex B5 AB BE

RGB Percentages of Color #b5abbe

%33.39
%31.55
%35.06

CMYK Percentages of Color #b5abbe

%5
%10
%0
%25

Triadic Colors of #b5abbe

#b5abbe #beb5ab #abbeb5

Analogous Colors of #b5abbe

#b5abbe #beabbe #acabbe

Monochromatic Colors of #b5abbe

#b5abbe

Complementary Color

#b5abbe #b4beab

#b5abbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5abbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5abbe Color CSS Codes

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

#b5abbe Text Font Color

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

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


#b5abbe Background Color

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

This div background color is #b5abbe


#b5abbe Border Color

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

This div border color is #b5abbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5abbe


Comments

No comments written yet.

Please login to write comment.