Color Hex Logo

#b3acee Color Hex

#B3ACEE
(179,172,238)
0 Favorites   0 Comments

Color spaces of #b3acee

RGB 179172238
HSL0.680.660.80
HSV246°28°93°
CMYK 0.250.280.00   0.07
XYZ48.775545.261887.0546
Yxy45.26180.26930.2499
Hunter Lab67.276911.6773-29.6259
CIE-Lab73.063916.4088-32.0682

#b3acee color RGB value is (179,172,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 10101100 11101110
Octal 263 254 356
Decimal 179 172 238
Hex B3 AC EE

RGB Percentages of Color #b3acee

%30.39
%29.20
%40.41

CMYK Percentages of Color #b3acee

%25
%28
%0
%7

Triadic Colors of #b3acee

#b3acee #eeb3ac #aceeb3

Analogous Colors of #b3acee

#b3acee #d4acee #acc6ee

Monochromatic Colors of #b3acee

#b3acee

Complementary Color

#b3acee #e7eeac

#b3acee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3acee Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3acee Color CSS Codes

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

#b3acee Text Font Color

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

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


#b3acee Background Color

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

This div background color is #b3acee


#b3acee Border Color

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

This div border color is #b3acee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,172,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3acee


Comments

No comments written yet.

Please login to write comment.