Color Hex Logo

#b3acec Color Hex

#B3ACEC
(179,172,236)
0 Favorites   0 Comments

Color spaces of #b3acec

RGB 179172236
HSL0.680.630.80
HSV247°27°93°
CMYK 0.240.270.00   0.07
XYZ48.483345.144985.5154
Yxy45.14490.27060.2520
Hunter Lab67.190011.2206-28.4278
CIE-Lab72.987215.9386-31.1000

#b3acec color RGB value is (179,172,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 10101100 11101100
Octal 263 254 354
Decimal 179 172 236
Hex B3 AC EC

RGB Percentages of Color #b3acec

%30.49
%29.30
%40.20

CMYK Percentages of Color #b3acec

%24
%27
%0
%7

Triadic Colors of #b3acec

#b3acec #ecb3ac #acecb3

Analogous Colors of #b3acec

#b3acec #d3acec #acc5ec

Monochromatic Colors of #b3acec

#b3acec

Complementary Color

#b3acec #e5ecac

#b3acec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3acec Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3acec Color CSS Codes

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

#b3acec Text Font Color

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

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


#b3acec Background Color

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

This div background color is #b3acec


#b3acec Border Color

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

This div border color is #b3acec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3acec


Comments

No comments written yet.

Please login to write comment.