Color Hex Logo

#b5acee Color Hex

#B5ACEE
(181,172,238)
0 Favorites   0 Comments

Color spaces of #b5acee

RGB 181172238
HSL0.690.660.80
HSV248°28°93°
CMYK 0.240.280.00   0.07
XYZ49.241245.501987.0764
Yxy45.50190.27080.2503
Hunter Lab67.455112.2559-29.3177
CIE-Lab73.221217.0011-31.8127

#b5acee color RGB value is (181,172,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 10101100 11101110
Octal 265 254 356
Decimal 181 172 238
Hex B5 AC EE

RGB Percentages of Color #b5acee

%30.63
%29.10
%40.27

CMYK Percentages of Color #b5acee

%24
%28
%0
%7

Triadic Colors of #b5acee

#b5acee #eeb5ac #aceeb5

Analogous Colors of #b5acee

#b5acee #d6acee #acc4ee

Monochromatic Colors of #b5acee

#b5acee

Complementary Color

#b5acee #e5eeac

#b5acee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5acee Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5acee Color CSS Codes

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

#b5acee Text Font Color

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

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


#b5acee Background Color

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

This div background color is #b5acee


#b5acee Border Color

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

This div border color is #b5acee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5acee


Comments

No comments written yet.

Please login to write comment.