Color Hex Logo

#bbacec Color Hex

#BBACEC
(187,172,236)
0 Favorites   0 Comments

Color spaces of #bbacec

RGB 187172236
HSL0.710.630.80
HSV254°27°93°
CMYK 0.210.270.00   0.07
XYZ50.386446.126085.6044
Yxy46.12600.27670.2533
Hunter Lab67.916113.5744-27.1904
CIE-Lab73.627218.3402-30.0605

#bbacec color RGB value is (187,172,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101100 11101100
Octal 273 254 354
Decimal 187 172 236
Hex BB AC EC

RGB Percentages of Color #bbacec

%31.43
%28.91
%39.66

CMYK Percentages of Color #bbacec

%21
%27
%0
%7

Triadic Colors of #bbacec

#bbacec #ecbbac #acecbb

Analogous Colors of #bbacec

#bbacec #dbacec #acbdec

Monochromatic Colors of #bbacec

#bbacec

Complementary Color

#bbacec #ddecac

#bbacec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbacec Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbacec Color CSS Codes

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

#bbacec Text Font Color

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

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


#bbacec Background Color

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

This div background color is #bbacec


#bbacec Border Color

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

This div border color is #bbacec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbacec


Comments

No comments written yet.

Please login to write comment.