Color Hex Logo

#bbabec Color Hex

#BBABEC
(187,171,236)
0 Favorites   0 Comments

Color spaces of #bbabec

RGB 187171236
HSL0.710.630.80
HSV255°28°93°
CMYK 0.210.280.00   0.07
XYZ50.196745.746785.5412
Yxy45.74670.27660.2521
Hunter Lab67.636314.1113-27.6400
CIE-Lab73.380918.8935-30.4398

#bbabec color RGB value is (187,171,236).

#bbabec hex color red value is 187, green value is 171 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #bbabec hue: 0.71 , saturation: 0.63 and the lightness value of bbabec is 0.80.

The process color (four color CMYK) of #bbabec color hex is 0.21, 0.28, 0.00, 0.07. Web safe color of #bbabec is #cc99ff. Color #bbabec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101011 11101100
Octal 273 253 354
Decimal 187 171 236
Hex BB AB EC

RGB Percentages of Color #bbabec

%31.48
%28.79
%39.73

CMYK Percentages of Color #bbabec

%21
%28
%0
%7

Triadic Colors of #bbabec

#bbabec #ecbbab #abecbb

Analogous Colors of #bbabec

#bbabec #dcabec #abbcec

Monochromatic Colors of #bbabec

#bbabec

Complementary Color

#bbabec #dcecab

#bbabec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbabec Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbabec Color CSS Codes

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

#bbabec Text Font Color

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

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


#bbabec Background Color

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

This div background color is #bbabec


#bbabec Border Color

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

This div border color is #bbabec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,171,236, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbabec


Comments

No comments written yet.

Please login to write comment.